]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/bsc9132qds/Makefile
serial: serial_msm: added pinmux & config
[u-boot] / board / freescale / bsc9132qds / Makefile
index 2e4170f512f667b464259db351163f0206af5e54..dcbdf42147999d4ae87250bf6a8fe5c1d0c91541 100644 (file)
@@ -1,8 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0+
 #
 # Copyright 2013 Freescale Semiconductor, Inc.
-#
-# SPDX-License-Identifier:     GPL-2.0+
-#
 
 MINIMAL=
 
@@ -13,14 +11,11 @@ endif
 endif
 
 ifdef MINIMAL
-
-obj-y  += spl_minimal.o tlb.o law.o
-
+obj-y  += spl_minimal.o
 else
-
 obj-y  += bsc9132qds.o
 obj-y  += ddr.o
+endif
+
 obj-y  += law.o
 obj-y  += tlb.o
-
-endif