X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=blobdiff_plain;f=post%2FMakefile;h=33db359b425e281d120fc6934f486656f7b950d0;hp=09bf408f4c271e03393ebc924f68a660acf640ce;hb=b4f20767b12a5718ed8549aece73d405c6cac800;hpb=821560fd8e43eecc208c1c52ad24faadb6b52703 diff --git a/post/Makefile b/post/Makefile index 09bf408f4c..33db359b42 100644 --- a/post/Makefile +++ b/post/Makefile @@ -11,7 +11,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