]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/kosagi/novena/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / board / kosagi / novena / Makefile
index 6fba17718b74a6bf985817cdeb15d08d3a035eac..64d32f5a9630f8b49e20ef655dff048483d8c0a4 100644 (file)
@@ -1,11 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0+
 #
 # Copyright (C) 2014 Marek Vasut <marex@denx.de>
-#
-# SPDX-License-Identifier:     GPL-2.0+
-#
 
 ifdef CONFIG_SPL_BUILD
 obj-y  := novena_spl.o
 else
 obj-y  := novena.o
+obj-$(CONFIG_VIDEO_IPUV3)      += video.o
 endif