summaryrefslogtreecommitdiffstats
path: root/driver/hdm-i2c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'driver/hdm-i2c/Makefile')
-rw-r--r--driver/hdm-i2c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/hdm-i2c/Makefile b/driver/hdm-i2c/Makefile
index 1b96141..5117dbe 100644
--- a/driver/hdm-i2c/Makefile
+++ b/driver/hdm-i2c/Makefile
@@ -4,7 +4,7 @@
SRC := $(shell pwd)
obj-m += hdm_i2c.o
-CFLAGS_hdm_i2c.o := -I$(src)/../../mostcore/files
+CFLAGS_hdm_i2c.o := -I$(src)/../include/
all:
$(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules