summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-26 13:33:29 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-26 15:12:51 +0200
commit699fee43fde1f37bbc23a039c6a78961041cefba (patch)
treee032d082f1904733bc308bb38755fc7799f73a99 /c/src/lib/libcpu
parentbsps/m68k: Remove libcpu/m68k (diff)
downloadrtems-699fee43fde1f37bbc23a039c6a78961041cefba.tar.bz2
bsps: Remove libcpu
This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/Makefile.am7
-rw-r--r--c/src/lib/libcpu/README11
2 files changed, 0 insertions, 18 deletions
diff --git a/c/src/lib/libcpu/Makefile.am b/c/src/lib/libcpu/Makefile.am
deleted file mode 100644
index 693f50b2b8..0000000000
--- a/c/src/lib/libcpu/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-EXTRA_DIST =
-
-_SUBDIRS = @libcpu_cpu_subdir@
-DIST_SUBDIRS = @libcpu_cpu_subdir@
-
-include $(top_srcdir)/automake/subdirs.am
-include $(top_srcdir)/automake/local.am
diff --git a/c/src/lib/libcpu/README b/c/src/lib/libcpu/README
deleted file mode 100644
index 42aaf0e33d..0000000000
--- a/c/src/lib/libcpu/README
+++ /dev/null
@@ -1,11 +0,0 @@
-This is the README file for libcpu.
-
-This directory contains reusable libraries which are CPU dependent but not
-target board dependent. For example, the PowerPC has an on CPU decrementer
-register which may be used by all PowerPC BSP's for the Clock and Timer
-Drivers.
-
-Other examples include the caching support for the m68k CPU models and
-MIPS CPU model exception vectoring routines. This level of support
-will make it easier for others developing embedded applications on a given
-CPU.