X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=post%2FMakefile;h=5f72708214b32728d75ff8e58ccf5dcbec434a67;hb=aac0c29d4b8418c5c78b552070ffeda022b16949;hp=09bf408f4c271e03393ebc924f68a660acf640ce;hpb=5b8e76c35ec312a3f73126bd1a2d2c0965b98a9f;p=oweals%2Fu-boot.git diff --git a/post/Makefile b/post/Makefile index 09bf408f4c..5f72708214 100644 --- a/post/Makefile +++ b/post/Makefile @@ -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