Makefile 346 B

1234567891011121314151617
  1. #
  2. # Copyright 2013 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_T2080QDS) += t208xqds.o eth_t208xqds.o
  10. obj-$(CONFIG_TARGET_T2081QDS) += t208xqds.o eth_t208xqds.o
  11. obj-$(CONFIG_PCI) += pci.o
  12. endif
  13. obj-y += ddr.o
  14. obj-y += law.o
  15. obj-y += tlb.o