]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[media] staging: css2400/Makefile: don't include non-existing files
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 8 Jun 2017 15:34:44 +0000 (12:34 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 8 Jun 2017 15:39:03 +0000 (12:39 -0300)
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>
drivers/staging/media/atomisp/pci/atomisp2/css2400/Makefile

index 04defaafa02c90e79c1c17ce7e89dd775e16007f..ee5631b0e635a934594e4d87662a4395ce8ea12b 100644 (file)
@@ -1,4 +1,2 @@
 ccflags-y += -DISP2400B0
 ISP2400B0 := y
-
-include $(srctree)/$(src)/../Makefile.common