X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=post%2FMakefile;h=afd49403c2818118a81ad15f5bfc548eec289d6f;hb=35c2683f46bdea96f1dfce404aee4369a824b68e;hp=09bf408f4c271e03393ebc924f68a660acf640ce;hpb=ebba9d1daf7745483c8078bdae18875a84df5bc1;p=oweals%2Fu-boot.git diff --git a/post/Makefile b/post/Makefile index 09bf408f4c..afd49403c2 100644 --- a/post/Makefile +++ b/post/Makefile @@ -1,17 +1,11 @@ +# 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 +obj-y += 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