]> git.sur5r.net Git - u-boot/blob - arch/m68k/lib/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / arch / m68k / lib / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2000-2006
4 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6 ## Build a couple of necessary functions into a private libgcc
7 ## if the user asked for it
8 lib-$(CONFIG_USE_PRIVATE_LIBGCC) += lshrdi3.o muldi3.o ashldi3.o
9
10 obj-$(CONFIG_CMD_BOOTM) += bootm.o
11 obj-y   += cache.o
12 obj-y   += interrupts.o
13 obj-y   += time.o
14 obj-y   += traps.o