summaryrefslogtreecommitdiffstats
path: root/driver/aim-sound/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/aim-sound/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/aim-sound/Makefile')
-rw-r--r--driver/aim-sound/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/aim-sound/Makefile b/driver/aim-sound/Makefile
index 9defcc5..5c07108 100644
--- a/driver/aim-sound/Makefile
+++ b/driver/aim-sound/Makefile
@@ -5,7 +5,7 @@ SRC := $(shell pwd)
obj-m += aim_sound.o
aim_sound-y := sound.o
-CFLAGS_sound.o := -I$(src)/../../mostcore/files/
+CFLAGS_sound.o := -I$(src)/../include/
all:
$(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules