summaryrefslogtreecommitdiffstats
path: root/c/src/make/compilers
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/make/compilers/.cvsignore2
-rw-r--r--c/src/make/compilers/Makefile.am13
2 files changed, 0 insertions, 15 deletions
diff --git a/c/src/make/compilers/.cvsignore b/c/src/make/compilers/.cvsignore
deleted file mode 100644
index 282522db03..0000000000
--- a/c/src/make/compilers/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/c/src/make/compilers/Makefile.am b/c/src/make/compilers/Makefile.am
deleted file mode 100644
index 83073c75a3..0000000000
--- a/c/src/make/compilers/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-##
-## $Id$
-##
-
-
-rtems_makedir = $(prefix)/make
-rtems_make_compilersdir = $(rtems_makedir)/compilers
-
-## At the moment all actively supported configurations
-## use gcc-target-default.cfg only.
-rtems_make_compilers_DATA = gcc-target-default.cfg
-
-include $(top_srcdir)/../../../automake/local.am