summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/preinstall.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-07 09:19:16 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-08 07:19:55 +0100
commit102fd7c9538a1d2fd75fb84b5a21b14a91d532c7 (patch)
treed227944abf42b8ff5d2366604a650ade1f002aec /c/src/lib/libcpu/sh/preinstall.am
parentbsps/or1k: Avoid <libcpu/cache.h> (diff)
downloadrtems-102fd7c9538a1d2fd75fb84b5a21b14a91d532c7.tar.bz2
bsps: Do not install <libcpu/cache.h>
This is a cache manager implementation header file. Update #3254.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/sh/preinstall.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/c/src/lib/libcpu/sh/preinstall.am b/c/src/lib/libcpu/sh/preinstall.am
index d6d7b83976..9b12347225 100644
--- a/c/src/lib/libcpu/sh/preinstall.am
+++ b/c/src/lib/libcpu/sh/preinstall.am
@@ -13,15 +13,6 @@ all-am: $(PREINSTALL_FILES)
PREINSTALL_FILES =
CLEANFILES = $(PREINSTALL_FILES)
-$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
- @$(MKDIR_P) $(PROJECT_INCLUDE)/libcpu
- @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
-PREINSTALL_DIRS += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
-
-$(PROJECT_INCLUDE)/libcpu/cache.h: ../shared/include/cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
-
if sh7032
$(PROJECT_INCLUDE)/sh/$(dirstamp):
@$(MKDIR_P) $(PROJECT_INCLUDE)/sh