summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/Makefile
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2014-11-15 23:46:58 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2014-11-27 16:20:37 +0100
commit426f87045c69b8887706f8eb20e9790e3025e35b (patch)
tree7ec642f05ed44f4c20503b2249bb14a2a1cae706 /arch/mips/lib/Makefile
parentd146e36c0ebeda113cf11ea284266f45e4ce8b6a (diff)
downloadblackbird-obmc-uboot-426f87045c69b8887706f8eb20e9790e3025e35b.tar.gz
blackbird-obmc-uboot-426f87045c69b8887706f8eb20e9790e3025e35b.zip
MIPS: remove board.c
After all MIPS boards are switched to generic-board, the MIPS specific board.c can be removed. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/lib/Makefile')
-rw-r--r--arch/mips/lib/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/lib/Makefile b/arch/mips/lib/Makefile
index e483e86f6b..7f9b6536af 100644
--- a/arch/mips/lib/Makefile
+++ b/arch/mips/lib/Makefile
@@ -5,9 +5,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
-ifndef CONFIG_SYS_GENERIC_BOARD
-obj-y += board.o
-endif
obj-y += io.o
obj-$(CONFIG_CMD_BOOTM) += bootm.o
OpenPOWER on IntegriCloud