Makefile 335 B

12345678910111213141516171819
  1. #
  2. # Copyright 2014 Freescale Semiconductor, Inc.
  3. #
  4. # SPDX-License-Identifier: GPL-2.0+
  5. #
  6. ifdef CONFIG_SPL_BUILD
  7. obj-y += spl.o
  8. else
  9. obj-$(CONFIG_TARGET_T4160RDB) += t4240rdb.o
  10. obj-$(CONFIG_TARGET_T4240RDB) += t4240rdb.o
  11. obj-y += cpld.o
  12. obj-y += eth.o
  13. obj-$(CONFIG_PCI) += pci.o
  14. endif
  15. obj-y += ddr.o
  16. obj-y += law.o
  17. obj-y += tlb.o