summaryrefslogtreecommitdiffstats
path: root/tools/cpu/nios2/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/cpu/nios2/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/tools/cpu/nios2/Makefile.am b/tools/cpu/nios2/Makefile.am
deleted file mode 100644
index 254d245d27..0000000000
--- a/tools/cpu/nios2/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-##
-## $Id$
-##
-
-ACLOCAL_AMFLAGS = -I ../../../aclocal
-
-noinst_PROGRAMS = nios2gen
-
-nios2gen_SOURCES = nios2gen.c \
- bridges.c bridges.h \
- devices.c devices.h \
- clocks.c clocks.h \
- output.c output.h \
- linkcmds.c linkcmds.h \
- memory.c memory.h \
- ptf.h ptf.c
-
-if HELP2MAN
-man_MANS = nios2gen.1
-
-nios2gen.1: nios2gen$(EXEEXT)
- $(HELP2MAN) -N ./nios2gen >$@
-endif
-
-include $(top_srcdir)/../../../automake/host.am