]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[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)
commit703ecba4dbfb8de9cad7420021dfcbd11007de3b
tree9e4b125f3678c21250883aa4ef6ce2711ba0211d
parent60829e62bb8a949d2d0f03b502c9a8ee83d22ab7
[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>
drivers/staging/media/atomisp/pci/atomisp2/css2400/Makefile