2010-04-21 00:40:59 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2001-2006
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
# (C) Copyright 2010, Thomas Chou <thomas@wytron.com.tw>
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2010-04-21 00:40:59 +00:00
|
|
|
#
|
|
|
|
|
2013-10-21 02:53:33 +00:00
|
|
|
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
|