瀏覽代碼

[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 年之前
父節點
當前提交
703ecba4db
共有 1 個文件被更改,包括 0 次插入2 次删除
  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