]> git.sur5r.net Git - u-boot/blobdiff - board/work-microwave/work_92105/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / work-microwave / work_92105 / Makefile
index ba31c8e4f4cb463ea1ea778509a30d2511173692..e3803bb04315a5987b0bfbb74f808cf0e10806dd 100644 (file)
@@ -1,10 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0+
 #
 # (C) Copyright 2014  DENX Software Engineering GmbH
 # Written-by: Albert ARIBAUD <albert.aribaud@3adev.fr>
-#
-# SPDX-License-Identifier:     GPL-2.0+
-#
-
-obj-y  := work_92105.o work_92105_display.o
 
-obj-$(CONFIG_SPL_BUILD) += work_92105_spl.o
+ifdef CONFIG_SPL_BUILD
+obj-y  += work_92105_spl.o
+else
+obj-y  += work_92105.o work_92105_display.o
+endif