Makefile 318 B

1234567891011121314151617
  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-y += t102xrdb.o
  10. obj-$(CONFIG_TARGET_T1024RDB) += cpld.o
  11. obj-y += eth_t102xrdb.o
  12. obj-$(CONFIG_PCI) += pci.o
  13. endif
  14. obj-y += ddr.o
  15. obj-y += law.o
  16. obj-y += tlb.o