aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp/pci/atomisp2/css2400/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-06-08 12:34:44 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-06-08 12:39:03 -0300
commit703ecba4dbfb8de9cad7420021dfcbd11007de3b (patch)
tree9e4b125f3678c21250883aa4ef6ce2711ba0211d /drivers/staging/media/atomisp/pci/atomisp2/css2400/Makefile
parent[media] v4l: rcar_fdp1: use proper name for the R-Car SoC (diff)
downloadlinux-dev-703ecba4dbfb8de9cad7420021dfcbd11007de3b.tar.xz
linux-dev-703ecba4dbfb8de9cad7420021dfcbd11007de3b.zip
[media] staging: css2400/Makefile: don't include non-existing files
The atomisp css2400/Makefile includes a Makefile.common: include $(srctree)/$(src)/../Makefile.common Well, this file doesn't exist at the Kernel tree :-) So, don't include it. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/staging/media/atomisp/pci/atomisp2/css2400/Makefile')
-rw-r--r--drivers/staging/media/atomisp/pci/atomisp2/css2400/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/Makefile b/drivers/staging/media/atomisp/pci/atomisp2/css2400/Makefile
index 04defaafa02c..ee5631b0e635 100644
--- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/Makefile
+++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/Makefile
@@ -1,4 +1,2 @@
ccflags-y += -DISP2400B0
ISP2400B0 := y
-
-include $(srctree)/$(src)/../Makefile.common