From: John Hodge Date: Thu, 22 May 2014 00:26:37 +0000 (+0800) Subject: Modules/UDI - Fix compilation errors due to invalid UDI_*_VERSION macros X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=b212f57e00566ffa0cb88422c078a875d9617bf2;p=tpg%2Facess2.git Modules/UDI - Fix compilation errors due to invalid UDI_*_VERSION macros --- 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