summaryrefslogtreecommitdiff
path: root/arch/m68k/lib/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-03-19 10:42:53 (GMT)
committerTom Rini <trini@konsulko.com>2015-03-28 13:03:08 (GMT)
commit6eb6f132e6dbeeb0ce41202ba42e0496a5d2438b (patch)
treef9ded4da4b0aa95b91e4f797c2c1baf427a55d41 /arch/m68k/lib/Makefile
parent0a9e7ee5bd61507eed40070f4fed238f5a0485b8 (diff)
downloadu-boot-fsl-qoriq-6eb6f132e6dbeeb0ce41202ba42e0496a5d2438b.tar.xz
m68k: remove arch/m68k/lib/board.c
All the M68000 boards have switched to Generic Board. This file is no longer necessary. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Huan Wang <alison.wang@freescale.com> Cc: Angelo Dureghello <angelo@sysam.it> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/m68k/lib/Makefile')
-rw-r--r--arch/m68k/lib/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/lib/Makefile b/arch/m68k/lib/Makefile
index d0e1a84..73d40bd 100644
--- a/arch/m68k/lib/Makefile
+++ b/arch/m68k/lib/Makefile
@@ -5,9 +5,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
-ifndef CONFIG_SYS_GENERIC_BOARD
-obj-y += board.o
-endif
obj-$(CONFIG_CMD_BOOTM) += bootm.o
obj-y += cache.o
obj-y += interrupts.o