Makefile 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # (C) Copyright 2000-2003
  4. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  5. extra-y := start.o
  6. obj-y += cache_v7.o cache_v7_asm.o
  7. obj-y += cpu.o cp15.o
  8. obj-y += syslib.o
  9. obj-$(CONFIG_SYS_ARM_MPU) += mpu_v7r.o
  10. ifneq ($(CONFIG_SPL_BUILD),y)
  11. obj-$(CONFIG_EFI_LOADER) += sctlr.o
  12. obj-$(CONFIG_ARMV7_NONSEC) += exception_level.o
  13. endif
  14. ifneq ($(CONFIG_SKIP_LOWLEVEL_INIT),y)
  15. obj-y += lowlevel_init.o
  16. endif
  17. obj-$(CONFIG_ARM_SMCCC) += smccc-call.o
  18. obj-$(CONFIG_ARMV7_NONSEC) += nonsec_virt.o virt-v7.o virt-dt.o
  19. obj-$(CONFIG_ARMV7_PSCI) += psci.o psci-common.o
  20. obj-$(CONFIG_IPROC) += iproc-common/
  21. obj-$(CONFIG_KONA) += kona-common/
  22. obj-$(CONFIG_SYS_ARCH_TIMER) += arch_timer.o
  23. ifneq (,$(filter s5pc1xx exynos,$(SOC)))
  24. obj-y += s5p-common/
  25. endif
  26. obj-$(if $(filter bcm235xx,$(SOC)),y) += bcm235xx/
  27. obj-$(if $(filter bcm281xx,$(SOC)),y) += bcm281xx/
  28. obj-$(if $(filter bcmcygnus,$(SOC)),y) += bcmcygnus/
  29. obj-$(if $(filter bcmnsp,$(SOC)),y) += bcmnsp/
  30. obj-$(if $(filter ls102xa,$(SOC)),y) += ls102xa/
  31. obj-$(CONFIG_RMOBILE) += rmobile/
  32. obj-$(if $(filter stv0991,$(SOC)),y) += stv0991/
  33. obj-$(CONFIG_ARCH_SUNXI) += sunxi/
  34. obj-$(CONFIG_VF610) += vf610/
  35. obj-$(CONFIG_ARCH_S5P4418) += s5p4418/
  36. obj-$(CONFIG_ARCH_NEXELL) += s5p-common/