From b212f57e00566ffa0cb88422c078a875d9617bf2 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Thu, 22 May 2014 08:26:37 +0800 Subject: [PATCH] Modules/UDI - Fix compilation errors due to invalid UDI_*_VERSION macros --- KernelLand/Modules/Interfaces/UDI/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1