summaryrefslogtreecommitdiffstats
path: root/post/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'post/Makefile')
-rw-r--r--post/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/post/Makefile b/post/Makefile
index 20a463a345..2fa6f8a295 100644
--- a/post/Makefile
+++ b/post/Makefile
@@ -10,9 +10,9 @@ obj-$(CONFIG_POST_STD_LIST) += tests.o
obj-y += drivers/
obj-$(CONFIG_PPC) += lib_powerpc/
-ifneq ($(filter mpc83xx mpc8xx ppc4xx,$(CPU)),)
-obj-y += cpu/$(CPU)/
-endif
+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
OpenPOWER on IntegriCloud