diff options
| author | Robert P. J. Day <[email protected]> | 2016-03-28 09:20:40 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-04-01 17:17:57 -0400 |
| commit | 9d906bf0bd46e539cd691f0fa1ea1cc838cf98c4 (patch) | |
| tree | 76e3626017ab1f2060dae509a311ee56198778f7 /post/Makefile | |
| parent | 9a5d993e657d73820eb3aa0543cee4c3531f5ba1 (diff) | |
post: Remove references to scrapped "netta" board.
Given that README.scrapyard shows scrapping of netta boards:
netta2 powerpc mpc8xx c51c1c9a 2014-07-07
netta powerpc mpc8xx c51c1c9a 2014-07-07
delete netta example from POST tests.
Signed-off-by: Robert P. J. Day <[email protected]>
Diffstat (limited to 'post/Makefile')
| -rw-r--r-- | post/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/Makefile b/post/Makefile index 92024e196af..78ede8c6290 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 lwmon5 netta pdm360ng,$(BOARD)),) +ifneq ($(filter lwmon5 pdm360ng,$(BOARD)),) obj-y += board/$(BOARD)/ endif |
