]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - post/Makefile
ti_armv7_common.h: Adjust malloc pool size in all cases.
[karo-tx-uboot.git] / post / Makefile
index 92024e196afd86768de28bfafb93f4c944582c5a..78ede8c629088322f34b404a106a44aff8897c24 100644 (file)
@@ -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 lwmon5 netta pdm360ng,$(BOARD)),)
+ifneq ($(filter lwmon5 pdm360ng,$(BOARD)),)
 obj-y += board/$(BOARD)/
 endif