arm: mx6: novena: Pull video handling into separate file
[platform/kernel/u-boot.git] / board / kosagi / novena / Makefile
index 6fba177..6893b63 100644 (file)
@@ -8,4 +8,5 @@ ifdef CONFIG_SPL_BUILD
 obj-y  := novena_spl.o
 else
 obj-y  := novena.o
+obj-$(CONFIG_VIDEO_IPUV3)      += video.o
 endif