X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FUDI%2FMakefile;h=2658ae773da2eb6a1e4b8ccb4e646515692af554;hb=5f874a06c5f6bf297faee23633a32e9570975950;hp=5f9bd7ce93e7f6548311e13685295da4725c95ce;hpb=72971b71efdb2cb7b7dbf7299e426320169d4e3e;p=tpg%2Facess2.git diff --git a/Modules/UDI/Makefile b/Modules/UDI/Makefile index 5f9bd7ce..2658ae77 100644 --- a/Modules/UDI/Makefile +++ b/Modules/UDI/Makefile @@ -2,7 +2,8 @@ # CPPFLAGS = -I./include -OBJ = main.o logging.o +OBJ = main.o logging.o strmem.o imc.o mem.o buf.o +OBJ += meta_mgmt.o NAME = UDI -include ../Makefile.tpl