/board/freescale/b4860qds/Makefile

https://gitlab.com/veo-labs/u-boot · Makefile · 17 lines · 10 code · 2 blank · 5 comment · 0 complexity · d62f0ad81e3b26f4f797d8237346a660 MD5 · raw file

  1. #
  2. # Copyright 2012 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 += b4860qds.o
  10. obj-$(CONFIG_B4860QDS)+= eth_b4860qds.o
  11. obj-$(CONFIG_PCI) += pci.o
  12. endif
  13. obj-y += ddr.o
  14. obj-y += law.o
  15. obj-y += tlb.o