X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FInterfaces%2FUDI%2FMakefile;h=9b397401a42104ed15025c57cb228839f9ba0991;hb=ae2d4bb945c417da4f5f0122243f714033f1b822;hp=d149bff39ce1212ed9946b403715c17dd3aedc88;hpb=b5ef69daf12844e475918acf7e6a7fbe2ccb30b2;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Interfaces/UDI/Makefile b/KernelLand/Modules/Interfaces/UDI/Makefile index d149bff3..9b397401 100644 --- a/KernelLand/Modules/Interfaces/UDI/Makefile +++ b/KernelLand/Modules/Interfaces/UDI/Makefile @@ -1,7 +1,8 @@ # # -CPPFLAGS = -I../../../../UDI/include -Iinclude -D UDI_VERSION=0x101 +CPPFLAGS = -I../../../../UDI/include -Iinclude +CPPFLAGS += -D UDI_VERSION=0x101 -D UDI_PHYSIO_VERSION=0x101 -D UDI_NIC_VERSION=0x101 # - UDI Library Files LIB_OBJS := core/logging.o core/strmem.o core/imc.o core/mem.o core/buf.o