]> git.sur5r.net Git - u-boot/blobdiff - post/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / post / Makefile
index 09bf408f4c271e03393ebc924f68a660acf640ce..5f72708214b32728d75ff8e58ccf5dcbec434a67 100644 (file)
@@ -1,9 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0+
 #
 # (C) Copyright 2002-2006
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# SPDX-License-Identifier:     GPL-2.0+
-#
 
 obj-y  += post.o
 obj-$(CONFIG_POST_STD_LIST)    += tests.o
@@ -11,7 +9,3 @@ obj-$(CONFIG_POST_STD_LIST)    += tests.o
 obj-y += drivers/
 obj-$(CONFIG_PPC) += lib_powerpc/
 obj-$(CONFIG_MPC83xx) += cpu/mpc83xx/
-obj-$(CONFIG_4xx) += cpu/ppc4xx/
-ifneq ($(filter lwmon5 pdm360ng,$(BOARD)),)
-obj-y += board/$(BOARD)/
-endif