X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=post%2FMakefile;h=33db359b425e281d120fc6934f486656f7b950d0;hb=f7ae1ca3e894d67ef1e8b6256a26c08e30e25127;hp=2fa6f8a295a03d165e2bc0dbae89950a93ff44bd;hpb=93b7b7fdadbbdcfacffab30a972774fa9ef8afb5;p=u-boot diff --git a/post/Makefile b/post/Makefile index 2fa6f8a295..33db359b42 100644 --- a/post/Makefile +++ b/post/Makefile @@ -11,8 +11,3 @@ obj-$(CONFIG_POST_STD_LIST) += tests.o obj-y += drivers/ obj-$(CONFIG_PPC) += lib_powerpc/ obj-$(CONFIG_MPC83xx) += cpu/mpc83xx/ -obj-$(CONFIG_8xx) += cpu/mpc8xx/ -obj-$(CONFIG_4xx) += cpu/ppc4xx/ -ifneq ($(filter lwmon lwmon5 netta pdm360ng,$(BOARD)),) -obj-y += board/$(BOARD)/ -endif