xref: /openbmc/u-boot/arch/m68k/lib/Makefile (revision 5f9eb220)
1#
2# (C) Copyright 2000-2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# SPDX-License-Identifier:	GPL-2.0+
6#
7
8ifndef CONFIG_SYS_GENERIC_BOARD
9obj-y   += board.o
10endif
11obj-$(CONFIG_CMD_BOOTM) += bootm.o
12obj-y	+= cache.o
13obj-y	+= interrupts.o
14obj-y	+= time.o
15obj-y	+= traps.o
16