diff options
Diffstat (limited to 'post')
-rw-r--r-- | post/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/Makefile b/post/Makefile index 2fa6f8a295..92024e196a 100644 --- a/post/Makefile +++ b/post/Makefile @@ -13,6 +13,6 @@ 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)),) +ifneq ($(filter lwmon5 netta pdm360ng,$(BOARD)),) obj-y += board/$(BOARD)/ endif |