summaryrefslogtreecommitdiffstats
path: root/cpukit/preinstall.am
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2007-12-14 04:58:04 +0000
committerChris Johns <chrisj@rtems.org>2007-12-14 04:58:04 +0000
commit3c68c6c8b7315de6ff3454242130a643502df53c (patch)
tree1df90742044a83d6de8c2f7ab388546013812dbc /cpukit/preinstall.am
parent2007-12-14 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-3c68c6c8b7315de6ff3454242130a643502df53c.tar.bz2
2007-12-12 Chris Johns <chrisj@rtems.org>
* Makefile.am, preinstall.am: Added libblock/include/rtems/flashdisk.h to the installed header list. * libblock/Makefile.am: Add flashdisk.c to the files to build. * libblock/include/rtems/flashdisk.h, libblock/src/flashdisk.c: New.
Diffstat (limited to 'cpukit/preinstall.am')
-rw-r--r--cpukit/preinstall.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/preinstall.am b/cpukit/preinstall.am
index a0bc4fbb0f..41758c8c9e 100644
--- a/cpukit/preinstall.am
+++ b/cpukit/preinstall.am
@@ -156,6 +156,10 @@ $(PROJECT_INCLUDE)/rtems/diskdevs.h: libblock/include/rtems/diskdevs.h $(PROJECT
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/diskdevs.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/diskdevs.h
+$(PROJECT_INCLUDE)/rtems/flashdisk.h: libblock/include/rtems/flashdisk.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/flashdisk.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/flashdisk.h
+
$(PROJECT_INCLUDE)/rtems/ramdisk.h: libblock/include/rtems/ramdisk.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/ramdisk.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/ramdisk.h
@@ -210,7 +214,6 @@ $(PROJECT_INCLUDE)/rtems/shellconfig.h: libmisc/shell/shellconfig.h $(PROJECT_IN
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/shellconfig.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/shellconfig.h
endif
-
$(PROJECT_INCLUDE)/rtems/libi2c.h: libi2c/libi2c.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/libi2c.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/libi2c.h