From: Sudip Mukherjee Date: Tue, 18 Aug 2015 15:18:28 +0000 (+0530) Subject: staging: most: fix Makefile X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a9c2520818ddc8666472e5535181bf3930a8b558;p=linux-beck.git staging: most: fix Makefile The Makefile is including "drivers/media/video". But there is no such directory in kernel tree. Since it is aim-v4l2 this might have been "drivers/media/v4l2-core", but the Kconfig already mentions that it depends on VIDEO_V4L2. So no need to mention that again in the Makefile. Signed-off-by: Sudip Mukherjee Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/most/aim-v4l2/Makefile b/drivers/staging/most/aim-v4l2/Makefile index 28aa948d6609..69a7524b466c 100644 --- a/drivers/staging/most/aim-v4l2/Makefile +++ b/drivers/staging/most/aim-v4l2/Makefile @@ -3,4 +3,3 @@ obj-$(CONFIG_AIM_V4L2) += aim_v4l2.o aim_v4l2-objs := video.o ccflags-y += -Idrivers/staging/most/mostcore/ -ccflags-y += -Idrivers/media/video