2018-05-06 21:58:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2003-12-08 01:34:36 +00:00
|
|
|
#
|
2006-09-01 17:49:50 +00:00
|
|
|
# (C) Copyright 2000-2006
|
2003-12-08 01:34:36 +00:00
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
|
2015-12-06 16:47:59 +00:00
|
|
|
## Build a couple of necessary functions into a private libgcc
|
|
|
|
## if the user asked for it
|
|
|
|
lib-$(CONFIG_USE_PRIVATE_LIBGCC) += lshrdi3.o muldi3.o ashldi3.o
|
|
|
|
|
2013-10-21 02:53:35 +00:00
|
|
|
obj-$(CONFIG_CMD_BOOTM) += bootm.o
|
|
|
|
obj-y += cache.o
|
|
|
|
obj-y += interrupts.o
|
|
|
|
obj-y += time.o
|
|
|
|
obj-y += traps.o
|
2019-11-15 22:54:16 +00:00
|
|
|
obj-y += fec.o
|