uboot/board/freescale/ls1043aqds/Makefile
<<
>>
Prefs
   1#
   2# Copyright 2015 Freescale Semiconductor, Inc.
   3#
   4# SPDX-License-Identifier:      GPL-2.0+
   5#
   6
   7obj-y += ddr.o
   8ifndef CONFIG_SPL_BUILD
   9obj-y += eth.o
  10endif
  11obj-y += ls1043aqds.o
  12