Commit b3cfb156 authored by Federico Vaga's avatar Federico Vaga

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

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent d2488fc1
fmc-bus @ 74a29b07
Subproject commit 13e4f901ec39bd86e40dbce972b07853c666873f
Subproject commit 74a29b0770266daa1b7981fc4d7854f14f7177bd
......@@ -15,7 +15,10 @@ else
ccflags-y += -DCERN_SUPER_MODULE=""
endif
ccflags-y += -I$(src)/include -I$(FMC_DRV)/include
# The library includes <sdb.h>, so point -I directtly there
# include our header before to avoid conflicts with the kernel
LINUXINCLUDE := -I$(FMC_DRV)/include -I$(src)/include/linux $(LINUXINCLUDE)
ccflags-y += -I$(src)/include
ccflags-y += $(WR_NIC_CFLAGS)
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