From 7850efa9077fa84536e0442c65d39a36e25e39d1 Mon Sep 17 00:00:00 2001 From: Christian Gromm Date: Fri, 8 Jul 2016 16:35:28 +0200 Subject: src: most: driver: add include path This patch adds the include path for the core module. Change-Id: Iee436047ea6b8b2bef370bc89c0a12a6f0602c6c Signed-off-by: Christian Gromm --- driver/mostcore/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/driver/mostcore/Makefile b/driver/mostcore/Makefile index d88272a..cffcd8e 100644 --- a/driver/mostcore/Makefile +++ b/driver/mostcore/Makefile @@ -5,6 +5,7 @@ SRC := $(shell pwd) obj-m := mostcore.o mostcore-y := core.o +CFLAGS_core.o := -I$(src)/../include/ all: $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules -- cgit 1.2.3-korg