From 46c2da693c209e1004e69abc7aea0752ef249940 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 6 Jun 2018 16:18:49 +0200 Subject: tools: Remove nios2gen All tools should be removed from the RTEMS source repository at some point in time. Tools with a BSD-style license will be moved to the RTEMS tools repository. Unfortunately, the this tool is RTEMS GPL licensed. If users of this tool still exist, they can reimplement the functionality using a BSD-style license and add it to the RTEMS tools. Close #3444. --- tools/cpu/nios2/Makefile.am | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tools/cpu/nios2/Makefile.am (limited to 'tools/cpu/nios2/Makefile.am') diff --git a/tools/cpu/nios2/Makefile.am b/tools/cpu/nios2/Makefile.am deleted file mode 100644 index 5d67affcdc..0000000000 --- a/tools/cpu/nios2/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -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 -- cgit v1.2.3