]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/p1022ds/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / freescale / p1022ds / Makefile
index a5821277ef7be0536cf6b16ba81c5063ed373235..699e5b528872a11e8ba843eb31d4cefa25dadfc1 100644 (file)
@@ -1,8 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0+
 #
 # Copyright 2010 Freescale Semiconductor, Inc.
-#
-# SPDX-License-Identifier:     GPL-2.0+
-#
 
 MINIMAL=
 
@@ -13,17 +11,15 @@ endif
 endif
 
 ifdef MINIMAL
-
-obj-y        += spl_minimal.o tlb.o law.o
-
+obj-y  += spl_minimal.o
 else
 ifdef CONFIG_SPL_BUILD
-obj-y += spl.o
+obj-y  += spl.o
 endif
 obj-y  += p1022ds.o
 obj-y  += ddr.o
-obj-y  += law.o
-obj-y  += tlb.o
-
 obj-$(CONFIG_FSL_DIU_FB) += diu.o
 endif
+
+obj-y  += law.o
+obj-y  += tlb.o