Makefile 338 B

12345678910111213141516171819
  1. #
  2. # (C) Copyright 2013-2014
  3. # NVIDIA Corporation <www.nvidia.com>
  4. #
  5. # SPDX-License-Identifier: GPL-2.0+
  6. #
  7. obj-$(CONFIG_SPL_BUILD) += cpu.o
  8. obj-y += clock.o
  9. obj-y += funcmux.o
  10. obj-y += pinmux.o
  11. obj-y += pmc.o
  12. obj-y += xusb-padctl.o
  13. obj-y += ../xusb-padctl-common.o
  14. ifndef CONFIG_SPL_BUILD
  15. obj-$(CONFIG_ARMV7_NONSEC) += psci.o
  16. endif