diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2016-07-08 13:34:29 +0200 |
---|---|---|
committer | Christian Gromm <christian.gromm@microchip.com> | 2016-07-08 13:34:29 +0200 |
commit | ad245bdd60434dd46d6461f585d49db1b3b0d75b (patch) | |
tree | a4078e65ac2af742e948190709d785b9b76b6e65 /driver/aim-v4l2 | |
parent | ee4a2f86f1f0f9eee3ce4afdcf0228fb237eb04b (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-v4l2')
-rw-r--r-- | driver/aim-v4l2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/aim-v4l2/Makefile b/driver/aim-v4l2/Makefile index 4bf1be7..106ed2a 100644 --- a/driver/aim-v4l2/Makefile +++ b/driver/aim-v4l2/Makefile @@ -5,7 +5,7 @@ SRC := $(shell pwd) obj-m += aim_v4l2.o aim_v4l2-y := video.o -CFLAGS_video.o := -Idrivers/media/video -I$(src)/../../mostcore/files/ +CFLAGS_video.o := -Idrivers/media/video -I$(src)/../include/ all: $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules |