mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
13 lines
359 B
Makefile
13 lines
359 B
Makefile
#
|
|
# (C) Copyright 2001-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
# (C) Copyright 2010, Thomas Chou <thomas@wytron.com.tw>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := nios2-generic.o
|
|
obj-$(CONFIG_CMD_IDE) += ../common/cfide.o
|
|
obj-$(CONFIG_EPLED) += ../common/epled.o
|
|
obj-$(CONFIG_SEVENSEG) += ../common/sevenseg.o
|
|
obj-y += text_base.o
|