summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m32r/preinstall.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-28 20:03:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-28 20:03:19 +0000
commit0e5b446af7757bbbe0a34af61cbb5a303c27cec9 (patch)
treea0d55b51b0d7fda2ad47e71c939628d667bce29b /cpukit/score/cpu/m32r/preinstall.am
parentAdd OS_NAME. (diff)
downloadrtems-0e5b446af7757bbbe0a34af61cbb5a303c27cec9.tar.bz2
2008-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, preinstall.am, rtems/score/cpu.h: Now performs context switches and many tests run. * context_init.c, context_switch.S, cpu.c, cpu_asm.c: New files.
Diffstat (limited to 'cpukit/score/cpu/m32r/preinstall.am')
-rw-r--r--cpukit/score/cpu/m32r/preinstall.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/score/cpu/m32r/preinstall.am b/cpukit/score/cpu/m32r/preinstall.am
index 3d160a5a74..2759bc9a67 100644
--- a/cpukit/score/cpu/m32r/preinstall.am
+++ b/cpukit/score/cpu/m32r/preinstall.am
@@ -13,6 +13,11 @@ all-am: $(PREINSTALL_FILES)
PREINSTALL_FILES =
CLEANFILES = $(PREINSTALL_FILES)
+$(PROJECT_INCLUDE)/$(dirstamp):
+ @$(MKDIR_P) $(PROJECT_INCLUDE)
+ @: > $(PROJECT_INCLUDE)/$(dirstamp)
+PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
+
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
@$(MKDIR_P) $(PROJECT_INCLUDE)/rtems
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)