[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>
This commit is contained in:
Mauro Carvalho Chehab 2017-06-08 12:34:44 -03:00
parent 60829e62bb
commit 703ecba4db

View file

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