Modules/UDI - Fix compilation errors due to invalid UDI_*_VERSION macros
authorJohn Hodge <[email protected]>
Thu, 22 May 2014 00:26:37 +0000 (08:26 +0800)
committerJohn Hodge <[email protected]>
Thu, 22 May 2014 00:26:37 +0000 (08:26 +0800)
KernelLand/Modules/Interfaces/UDI/Makefile

index d149bff..9b39740 100644 (file)
@@ -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

UCC git Repository :: git.ucc.asn.au