mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
5c45f55060
nios-32 arch was removed back in 2010 (1117cbf
). Code depending on
its headers (nios.h, nios-io.h) can't possibly compile since then.
As it wasn't fixed till now it is safe to remove.
Signed-off-by: Vasili Galka <vvv444@gmail.com>
12 lines
312 B
Makefile
12 lines
312 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-y += text_base.o
|