Makefile 294 B

12345678910111213141516
  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_T2080RDB) += t208xrdb.o eth_t208xrdb.o cpld.o
  10. obj-$(CONFIG_PCI) += pci.o
  11. endif
  12. obj-y += ddr.o
  13. obj-y += law.o
  14. obj-y += tlb.o