summaryrefslogtreecommitdiff
path: root/board/kosagi/novena/Makefile
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-12-16 14:09:22 +0100
committerStefano Babic <sbabic@denx.de>2014-12-30 14:06:43 +0100
commitf2e4d6a58cafb219b1850c3db1238887109cd94d (patch)
tree3ec3adc15219006b70e5f69af9025f62d78d2a2c /board/kosagi/novena/Makefile
parentd59d7b915eb7c891c06e71e7b2a4967c3a488e94 (diff)
downloadu-boot-imx-f2e4d6a58cafb219b1850c3db1238887109cd94d.zip
u-boot-imx-f2e4d6a58cafb219b1850c3db1238887109cd94d.tar.gz
u-boot-imx-f2e4d6a58cafb219b1850c3db1238887109cd94d.tar.bz2
arm: mx6: novena: Pull video handling into separate file
Pull all of the video handling into a separate file, since a lot more code will be added and such code would polute the board file. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Igor Grinberg <grinberg@compulab.co.il> Cc: Nikita Kiryanov <nikita@compulab.co.il> Cc: Sean Cross <xobs@kosagi.com> Cc: Simon Glass <sjg@chromium.org> Cc: Stefano Babic <sbabic@denx.de> Cc: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'board/kosagi/novena/Makefile')
-rw-r--r--board/kosagi/novena/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/kosagi/novena/Makefile b/board/kosagi/novena/Makefile
index 6fba177..6893b63 100644
--- a/board/kosagi/novena/Makefile
+++ b/board/kosagi/novena/Makefile
@@ -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