Browse Source

[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>
Mauro Carvalho Chehab 8 years ago
parent
commit
703ecba4db
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/staging/media/atomisp/pci/atomisp2/css2400/Makefile

+ 0 - 2
drivers/staging/media/atomisp/pci/atomisp2/css2400/Makefile

@@ -1,4 +1,2 @@
 ccflags-y += -DISP2400B0
 ISP2400B0 := y
-
-include $(srctree)/$(src)/../Makefile.common