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