summaryrefslogtreecommitdiffstats
path: root/c/src/make/custom
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/make/custom/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/c/src/make/custom/Makefile.am b/c/src/make/custom/Makefile.am
deleted file mode 100644
index d78295f93e..0000000000
--- a/c/src/make/custom/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-##
-## $Id$
-##
-
-
-rtems_makedir = $(prefix)/make
-rtems_make_customdir = $(rtems_makedir)/custom
-rtems_make_custom_DATA = @CUSTOM_CFG_FILES@
-
-noinst_DATA = default.cfg
-
-include $(top_srcdir)/../../../automake/local.am