]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] platform/Makefile: don't depend on arch to include dirs
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 8 Jun 2017 15:14:09 +0000 (12:14 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 8 Jun 2017 15:34:16 +0000 (12:34 -0300)
commit13c6c6ea1a89fea426935501ddd064d271d836d6
tree783ae88b6fb39ddab736cc98ca85ded4b7058eac
parenta2d17962c9ca7ac66a132bbbfc6054559856e14e
[media] platform/Makefile: don't depend on arch to include dirs

Depending on arch configs to include dirs is evil, and makes
harder to change drivers to work with COMPILE_TEST.

Replace them by obj-y.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/Makefile