Skip to content
Snippets Groups Projects
Commit 92a4c3df authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Tom Rini
Browse files

post: Remove reference to deleted "lwmon" board from Makefile


POST support for sample lwmon board was removed in commit e5d30786.

Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca&gt;B>
parent 8122d216
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment