Makefile 475 B

123456789101112131415161718192021
  1. #
  2. # (C) Copyright 2000-2006
  3. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  4. #
  5. # Copyright (C) 2005-2006 Atmel Corporation.
  6. #
  7. # SPDX-License-Identifier: GPL-2.0+
  8. #
  9. extra-y += start.o
  10. obj-y += cpu.o
  11. obj-$(CONFIG_SYS_HSDRAMC) += hsdramc.o
  12. obj-y += exception.o
  13. obj-y += cache.o
  14. obj-y += interrupts.o
  15. obj-$(CONFIG_PORTMUX_PIO) += portmux-pio.o
  16. obj-$(CONFIG_PORTMUX_GPIO) += portmux-gpio.o
  17. obj-y += mmc.o
  18. obj-$(if $(filter at32ap700x,$(SOC)),y) += at32ap700x/