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-usb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/hdm-usb/Makefile') diff --git a/driver/hdm-usb/Makefile b/driver/hdm-usb/Makefile index 0714f6b..28ab832 100644 --- a/driver/hdm-usb/Makefile +++ b/driver/hdm-usb/Makefile @@ -4,7 +4,7 @@ SRC := $(shell pwd) obj-m += hdm_usb.o -CFLAGS_hdm_usb.o := -I$(src)/../../aim-network/files/ -I$(src)/../../mostcore/files +CFLAGS_hdm_usb.o := -I$(src)/../include/ all: $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules -- cgit 1.2.3-korg