From ad245bdd60434dd46d6461f585d49db1b3b0d75b Mon Sep 17 00:00:00 2001 From: Christian Gromm Date: Fri, 8 Jul 2016 13:34:29 +0200 Subject: src: most: driver: adapt makefiles This patch adapts the makefiles to the directory structure Change-Id: I310dd83921f672b64b9b8369fd816067bed5ccfe Signed-off-by: Christian Gromm --- driver/hdm-dim2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/hdm-dim2') diff --git a/driver/hdm-dim2/Makefile b/driver/hdm-dim2/Makefile index a9dc62a..8ffaa23 100644 --- a/driver/hdm-dim2/Makefile +++ b/driver/hdm-dim2/Makefile @@ -5,7 +5,7 @@ SRC := $(shell pwd) obj-m += hdm_dim2.o hdm_dim2-y := dim2_hdm.o dim2_hal.o dim2_sysfs.o -CFLAGS_dim2_hdm.o := -I$(src)/../../mostcore/files -I$(src)/../../aim-network/files +CFLAGS_dim2_hdm.o := -I$(src)/../include/ all: $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules -- cgit 1.2.3-korg