Commit 92318566 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 3edba6cb
fmc-bus @ 74a29b07
Subproject commit 13e4f901ec39bd86e40dbce972b07853c666873f
Subproject commit 74a29b0770266daa1b7981fc4d7854f14f7177bd
......@@ -15,11 +15,12 @@ ifdef CONFIG_CSM_VERSION
else
ccflags-y += -DCERN_SUPER_MODULE=""
endif
# 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 -I$(FMC_BUS)/kernel/include/linux $(LINUXINCLUDE)
ccflags-y += \
-I$(ZIO)/include \
-I$(FMC_BUS)/kernel/include \
-I$(FMC_BUS)/kernel/include/linux \
-I$(FMC_BUS) \
-I$(src)
......
spec-sw @ b3cfb156
Subproject commit 12dc2b3472da4516c0e91e0f20e44cf34e80af21
Subproject commit b3cfb15654d0cca617f8631e366a0bbff73ea21f
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