1
0
Fork 0

[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>
hifive-unleashed-5.1
Mauro Carvalho Chehab 2017-06-08 12:14:09 -03:00
parent a2d17962c9
commit 13c6c6ea1a
1 changed files with 2 additions and 2 deletions

View File

@ -44,9 +44,9 @@ obj-$(CONFIG_VIDEO_STI_HDMI_CEC) += sti/cec/
obj-$(CONFIG_VIDEO_STI_DELTA) += sti/delta/
obj-$(CONFIG_BLACKFIN) += blackfin/
obj-y += blackfin/
obj-$(CONFIG_ARCH_DAVINCI) += davinci/
obj-y += davinci/
obj-$(CONFIG_VIDEO_SH_VOU) += sh_vou.o