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/aim-sound/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/aim-sound/Makefile') 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 -- cgit 1.2.3-korg