Commit 6cd90be1 authored by Federico Vaga's avatar Federico Vaga

fmc-bus: do not use kernel headers, use local ones

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent f34a4cbd
fmc-bus @ 74a29b07
Subproject commit 13e4f901ec39bd86e40dbce972b07853c666873f
Subproject commit 74a29b0770266daa1b7981fc4d7854f14f7177bd
......@@ -12,7 +12,10 @@ else
ccflags-y += -DCERN_SUPER_MODULE=""
endif
ccflags-y += -I$(FMC_BUS)/kernel/include
# The library includes <sdb.h>, so point -I directtly there
# include our header before to avoid conflicts with the kernel
LINUXINCLUDE := -I$(FMC_BUS)/kernel/include $(LINUXINCLUDE)
ccflags-y += -DDEBUG
ccflags-y += -DGIT_VERSION=\"$(GIT_VERSION)\"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment