/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
- #
- # Copyright 2012 Freescale Semiconductor, Inc.
- #
- # SPDX-License-Identifier: GPL-2.0+
- #
- ifdef CONFIG_SPL_BUILD
- obj-y += spl.o
- else
- obj-y += b4860qds.o
- obj-$(CONFIG_B4860QDS)+= eth_b4860qds.o
- obj-$(CONFIG_PCI) += pci.o
- endif
- obj-y += ddr.o
- obj-y += law.o
- obj-y += tlb.o