summaryrefslogtreecommitdiffstats
path: root/c/src/tests/automake/leaf.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/automake/leaf.am')
-rw-r--r--c/src/tests/automake/leaf.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/c/src/tests/automake/leaf.am b/c/src/tests/automake/leaf.am
deleted file mode 100644
index f6a9c5ce15..0000000000
--- a/c/src/tests/automake/leaf.am
+++ /dev/null
@@ -1,16 +0,0 @@
-include $(RTEMS_ROOT)/make/leaf.cfg
-
-CXXLINK_APP = $(CXXLINK) $(LDLIBS) $(LINK_OBJS) $(LINK_LIBS)
-ifndef make-cxx-exe
-define make-cxx-exe
- $(CXXLINK_APP)
-endef
-@ENDIF@
-
-LINK_APP = $(LINK) $(LDLIBS) $(LINK_OBJS) $(LINK_LIBS)
-ifndef make-exe
-define make-exe
- $(LINK_APP)
-endef
-@ENDIF@
-