Skip to content
Snippets Groups Projects
Commit 1cecebad authored by Federico Vaga's avatar Federico Vaga
Browse files

drv: fix Kbuild -I option


Signed-off-by: default avatarFederico Vaga <federico.vaga@cern.ch>
parent b02b1242
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ endif
endif
# include our header before to avoid conflicts with the kernel
LINUXINCLUDE := -I$(src)/include -I$(src)/../../include -I$(src)/../../include/linux $(LINUXINCLUDE)
LINUXINCLUDE := -I$(src)/include -I$(src)/../../include -I$(src)/../../include/uapi $(LINUXINCLUDE)
ccflags-y += -DADDITIONAL_VERSIONS="$(SUBMODULE_VERSIONS-y)"
ccflags-y += -Werror
......
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