]> git.sur5r.net Git - u-boot/blob - arch/m68k/lib/Makefile
dbca42cd7a95887b311f1364a7ee2e5f22ef6728
[u-boot] / 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 ## Build a couple of necessary functions into a private libgcc
9 ## if the user asked for it
10 lib-$(CONFIG_USE_PRIVATE_LIBGCC) += lshrdi3.o muldi3.o ashldi3.o
11
12 obj-$(CONFIG_CMD_BOOTM) += bootm.o
13 obj-y   += cache.o
14 obj-y   += interrupts.o
15 obj-y   += time.o
16 obj-y   += traps.o