X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=post%2FMakefile;h=33db359b425e281d120fc6934f486656f7b950d0;hb=98f705c9cefdfdba62c069821bbba10273a0a8ed;hp=2fa6f8a295a03d165e2bc0dbae89950a93ff44bd;hpb=215ab45a67672a7c1ceb347f7b74c94323415222;p=platform%2Fkernel%2Fu-boot.git diff --git a/post/Makefile b/post/Makefile index 2fa6f8a..33db359 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