summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp/pci/atomisp2/css2400
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2017-06-08 17:34:44 +0200
committerMauro Carvalho Chehab2017-06-08 17:39:03 +0200
commit703ecba4dbfb8de9cad7420021dfcbd11007de3b (patch)
tree9e4b125f3678c21250883aa4ef6ce2711ba0211d /drivers/staging/media/atomisp/pci/atomisp2/css2400
parent[media] v4l: rcar_fdp1: use proper name for the R-Car SoC (diff)
downloadkernel-qcow2-linux-703ecba4dbfb8de9cad7420021dfcbd11007de3b.tar.gz
kernel-qcow2-linux-703ecba4dbfb8de9cad7420021dfcbd11007de3b.tar.xz
kernel-qcow2-linux-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')
-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