summaryrefslogtreecommitdiffstats
path: root/driver/hdm-usb/Makefile
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2016-07-08 13:34:29 +0200
committerChristian Gromm <christian.gromm@microchip.com>2016-07-08 13:34:29 +0200
commitad245bdd60434dd46d6461f585d49db1b3b0d75b (patch)
treea4078e65ac2af742e948190709d785b9b76b6e65 /driver/hdm-usb/Makefile
parentee4a2f86f1f0f9eee3ce4afdcf0228fb237eb04b (diff)
src: most: driver: adapt makefiles
This patch adapts the makefiles to the directory structure Change-Id: I310dd83921f672b64b9b8369fd816067bed5ccfe Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Diffstat (limited to 'driver/hdm-usb/Makefile')
-rw-r--r--driver/hdm-usb/Makefile2
1 files changed, 1 insertions, 1 deletions
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