summaryrefslogtreecommitdiffstats
path: root/driver/hdm-usb/Makefile
diff options
context:
space:
mode:
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