]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/bsc9131rdb/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / freescale / bsc9131rdb / Makefile
index b26d3a1e63d62a24d10d3a855fab685ecdfb50fe..063db4495ec9d6dd3e3af46e3dbe97770074cf8a 100644 (file)
@@ -1,8 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0+
 #
 # Copyright 2011-2012 Freescale Semiconductor, Inc.
-#
-# SPDX-License-Identifier:     GPL-2.0+
-#
 
 MINIMAL=
 
@@ -13,15 +11,11 @@ endif
 endif
 
 ifdef MINIMAL
-
-obj-y  += spl_minimal.o tlb.o law.o
-
+obj-y  += spl_minimal.o
 else
-
-obj-y        += bsc9131rdb.o
-obj-y        += ddr.o
-obj-y        += law.o
-obj-y        += tlb.o
-#obj-y         += bsc9131rdb_mux.o
-
+obj-y  += bsc9131rdb.o
+obj-y  += ddr.o
 endif
+
+obj-y  += law.o
+obj-y  += tlb.o