projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8122d21
)
post: Remove reference to deleted "lwmon" board from Makefile
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Sun, 27 Mar 2016 12:39:15 +0000
(08:39 -0400)
committer
Tom Rini
<trini@konsulko.com>
Fri, 1 Apr 2016 21:17:42 +0000
(17:17 -0400)
POST support for sample lwmon board was removed in commit
e5d3078622
.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>B
post/Makefile
patch
|
blob
|
history
diff --git
a/post/Makefile
b/post/Makefile
index 2fa6f8a295a03d165e2bc0dbae89950a93ff44bd..92024e196afd86768de28bfafb93f4c944582c5a 100644
(file)
--- 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
lwmon
5 netta pdm360ng,$(BOARD)),)
+ifneq ($(filter lwmon5 netta pdm360ng,$(BOARD)),)
obj-y += board/$(BOARD)/
endif