summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-09 16:07:36 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-09 16:15:14 -0500
commit1aa7b8beb1bfcdae63777c144424f7ad03265598 (patch)
tree25af781561fc5c3ba75d080525d52fc5c7185a1b /cpukit
parentRemove unused cpukit/libcsupport/include/zilog/z8536.h (diff)
downloadrtems-1aa7b8beb1bfcdae63777c144424f7ad03265598.tar.bz2
Move contents of libcsupport/include/zilog into libbsp/shared
Only a few BSPs use this and it should not have been in libcsupport.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/shared/include/zilog/z8036.h (renamed from cpukit/libcsupport/include/zilog/z8036.h)0
-rw-r--r--c/src/lib/libbsp/shared/include/zilog/z8530.h (renamed from cpukit/libcsupport/include/zilog/z8530.h)0
-rw-r--r--cpukit/libcsupport/Makefile.am7
-rw-r--r--cpukit/libcsupport/preinstall.am13
4 files changed, 0 insertions, 20 deletions
diff --git a/cpukit/libcsupport/include/zilog/z8036.h b/c/src/lib/libbsp/shared/include/zilog/z8036.h
index fea1493905..fea1493905 100644
--- a/cpukit/libcsupport/include/zilog/z8036.h
+++ b/c/src/lib/libbsp/shared/include/zilog/z8036.h
diff --git a/cpukit/libcsupport/include/zilog/z8530.h b/c/src/lib/libbsp/shared/include/zilog/z8530.h
index 161b9a022c..161b9a022c 100644
--- a/cpukit/libcsupport/include/zilog/z8530.h
+++ b/c/src/lib/libbsp/shared/include/zilog/z8530.h
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index ec9bee6c50..7474079067 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -26,13 +26,6 @@ include_rtems_HEADERS += include/rtems/malloc.h
include_rtems_HEADERS += include/rtems/termiostypes.h
include_rtems_HEADERS += include/rtems/gxx_wrappers.h
-## zilog
-
-include_rtems_zilogdir = $(includedir)/rtems/zilog
-
-include_rtems_zilog_HEADERS = include/zilog/z8036.h
-include_rtems_zilog_HEADERS += include/zilog/z8530.h
-
## General stuff
ERROR_C_FILES = src/error.c src/__assert.c
diff --git a/cpukit/libcsupport/preinstall.am b/cpukit/libcsupport/preinstall.am
index a74203fd1a..211a246738 100644
--- a/cpukit/libcsupport/preinstall.am
+++ b/cpukit/libcsupport/preinstall.am
@@ -90,16 +90,3 @@ $(PROJECT_INCLUDE)/rtems/gxx_wrappers.h: include/rtems/gxx_wrappers.h $(PROJECT_
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/gxx_wrappers.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/gxx_wrappers.h
-$(PROJECT_INCLUDE)/rtems/zilog/$(dirstamp):
- @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems/zilog
- @: > $(PROJECT_INCLUDE)/rtems/zilog/$(dirstamp)
-PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/zilog/$(dirstamp)
-
-$(PROJECT_INCLUDE)/rtems/zilog/z8036.h: include/zilog/z8036.h $(PROJECT_INCLUDE)/rtems/zilog/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/zilog/z8036.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/zilog/z8036.h
-
-$(PROJECT_INCLUDE)/rtems/zilog/z8530.h: include/zilog/z8530.h $(PROJECT_INCLUDE)/rtems/zilog/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/zilog/z8530.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/zilog/z8530.h
-