Makefile 373 B

1234567891011121314151617
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
  4. extra-y = start.o
  5. head-y := start.o
  6. obj-y += cache.o
  7. obj-y += cpu.o
  8. obj-y += interrupts.o
  9. obj-y += relocate.o
  10. obj-y += reset.o
  11. obj-y += ints_low.o
  12. obj-y += init_helpers.o
  13. obj-$(CONFIG_CMD_BOOTM) += bootm.o
  14. lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o