mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08:38 +00:00
ef3cc8112c
The epled driver was replaced by altera_pio and gpio_led. Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
11 lines
271 B
Makefile
11 lines
271 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-y += text_base.o
|