1# 2# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. 3# 4# SPDX-License-Identifier: GPL-2.0+ 5# 6 7extra-y = start.o 8head-y := start.o 9obj-y += cache.o 10obj-y += cpu.o 11obj-y += interrupts.o 12obj-y += relocate.o 13obj-y += strchr-700.o 14obj-y += strcmp.o 15obj-y += strcpy-700.o 16obj-y += strlen.o 17obj-y += memcmp.o 18obj-y += memcpy-700.o 19obj-y += memset.o 20obj-y += reset.o 21obj-y += timer.o 22obj-y += ints_low.o 23obj-y += init_helpers.o 24 25obj-$(CONFIG_CMD_BOOTM) += bootm.o 26 27lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o 28