Commit 13c6c6ea authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent a2d17962
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment