]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/m68k/lib/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
[people/ms/u-boot.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 ## 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