Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 703ecba4 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 60829e62
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
ccflags-y += -DISP2400B0
ISP2400B0 := y

include $(srctree)/$(src)/../Makefile.common