Makefile 324 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Copyright 2012 Freescale Semiconductor, Inc.
  4. ifdef CONFIG_SPL_BUILD
  5. obj-y += spl.o
  6. else
  7. obj-y += b4860qds.o
  8. obj-$(CONFIG_TARGET_B4860QDS) += eth_b4860qds.o
  9. obj-$(CONFIG_TARGET_B4420QDS) += eth_b4860qds.o
  10. obj-$(CONFIG_PCI) += pci.o
  11. endif
  12. obj-y += ddr.o
  13. obj-y += law.o
  14. obj-y += tlb.o