Makefile 318 B

1234567891011121314
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # (C) Copyright 2000-2006
  4. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  5. extra-y += start.o
  6. extra-y += traps.o
  7. obj-y += cpu.o
  8. obj-y += cpu_init.o
  9. obj-$(CONFIG_OF_LIBFDT) += fdt.o
  10. obj-$(CONFIG_CMD_IMMAP) += immap.o
  11. obj-y += interrupts.o
  12. obj-y += speed.o
  13. obj-y += cache.o