summaryrefslogtreecommitdiff
path: root/testsuites/ada/sptests/sp22/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-26 14:00:41 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-16 15:23:22 +0200
commita6dbaeeeb34bbb10922f6a75590d05333599075c (patch)
tree194c6a4249e53644d764d0b0c970388a88163ac4 /testsuites/ada/sptests/sp22/Makefile.am
parenta45bc321c2cb39d3189fada38d3243603c1a354c (diff)
build: Remove old build systemremove-old-build-system
Close #3250. Close #4081.
Diffstat (limited to 'testsuites/ada/sptests/sp22/Makefile.am')
-rw-r--r--testsuites/ada/sptests/sp22/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/testsuites/ada/sptests/sp22/Makefile.am b/testsuites/ada/sptests/sp22/Makefile.am
deleted file mode 100644
index 94407e1bde..0000000000
--- a/testsuites/ada/sptests/sp22/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../automake/compile.am
-
-include $(top_srcdir)/ada.am
-
-noinst_PROGRAMS = ada_sp22
-ada_sp22_SOURCES = sp22.adb config.h sptest.adb sptest.ads
-ada_sp22_SOURCES += init.c
-
-ada_sp22$(EXEEXT): sp22.adb init.$(OBJEXT)
- $(GNATCOMPILE) -margs -a $< -o $@
-
-scndir = $(rtems_ada_testsdir)
-dist_scn_DATA = ada_sp22.scn
-