summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/README
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/README')
-rw-r--r--c/src/lib/libcpu/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/c/src/lib/libcpu/README b/c/src/lib/libcpu/README
deleted file mode 100644
index e7e293660c..0000000000
--- a/c/src/lib/libcpu/README
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# $Id$
-#
-
-This is the README file for libcpu.
-
-This directory contains reusable libraries which are CPU dependent but not
-target board dependent. For example, the HPPA has an on chip interval timer
-which may be used by all HPPA bsp's.
-
-Another example might be the Intel i960CA has on-chip DMA which could be
-supported in a library and placed in lib/libcpu/i960. This level of support
-will make it easier for others developing embedded applications on a given
-CPU.