summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-08 14:07:05 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-08 14:07:05 +0100
commit2f91de2da973ce46a8718821f8ca5e7cd7dc57cd (patch)
treef1137c56a1c09ced51a339bc0c7de01aa6803119 /c/src/lib/libcpu/sh/Makefile.am
parentbsp/gensh4: Move libcpu files to BSP (diff)
downloadrtems-2f91de2da973ce46a8718821f8ca5e7cd7dc57cd.tar.bz2
bsps/sh: Delete libcpu/sh
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/sh/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/c/src/lib/libcpu/sh/Makefile.am b/c/src/lib/libcpu/sh/Makefile.am
deleted file mode 100644
index c39db6ea53..0000000000
--- a/c/src/lib/libcpu/sh/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-ACLOCAL_AMFLAGS = -I ../../../aclocal
-
-include $(top_srcdir)/../../../automake/compile.am
-
-noinst_PROGRAMS =
-
-noinst_PROGRAMS += cache.rel
-cache_rel_SOURCES = ../shared/src/cache_manager.c
-cache_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/cache
-cache_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
-
-include $(srcdir)/preinstall.am
-include $(top_srcdir)/../../../automake/local.am