]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/m68k/lib/Makefile
d0e1a845dd1c5cf733d35d5d6317f39ebc728739
[karo-tx-uboot.git] / arch / m68k / lib / Makefile
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
8 ifndef CONFIG_SYS_GENERIC_BOARD
9 obj-y   += board.o
10 endif
11 obj-$(CONFIG_CMD_BOOTM) += bootm.o
12 obj-y   += cache.o
13 obj-y   += interrupts.o
14 obj-y   += time.o
15 obj-y   += traps.o