summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/or1k/preinstall.am
diff options
context:
space:
mode:
authorHesham ALMatary <heshamelmatary@gmail.com>2014-08-22 15:20:47 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-08-25 11:12:20 -0500
commiteeea9e30a2c5d3ea01e9fc13202fa77e22bd0f02 (patch)
treec02a23a0e2617af3c86967a65473ce907b7545da /c/src/lib/libcpu/or1k/preinstall.am
parentsptests/spcache01: Make inline assembly conditional to account for OpenRISC l... (diff)
downloadrtems-eeea9e30a2c5d3ea01e9fc13202fa77e22bd0f02.tar.bz2
libcpu: Add new entry for or1k cpu and include cache manager stubs.
Diffstat (limited to 'c/src/lib/libcpu/or1k/preinstall.am')
-rw-r--r--c/src/lib/libcpu/or1k/preinstall.am23
1 files changed, 23 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/or1k/preinstall.am b/c/src/lib/libcpu/or1k/preinstall.am
new file mode 100644
index 0000000000..9670596e76
--- /dev/null
+++ b/c/src/lib/libcpu/or1k/preinstall.am
@@ -0,0 +1,23 @@
+## Automatically generated by ampolish3 - Do not edit
+
+if AMPOLISH3
+$(srcdir)/preinstall.am: Makefile.am
+ $(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
+endif
+
+all-am: $(PREINSTALL_FILES)
+
+PREINSTALL_FILES =
+CLEANFILES += $(PREINSTALL_FILES)
+
+PREINSTALL_DIRS =
+DISTCLEANFILES += $(PREINSTALL_DIRS)
+
+$(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