summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/preinstall.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-28 23:28:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-28 23:28:35 +0000
commitad4759abd2142d78354365685a5473f4f1276aaf (patch)
tree53c8ac82a27a5609d4c3fcea6eaccd26d8299184 /cpukit/libcsupport/preinstall.am
parent2009-07-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-ad4759abd2142d78354365685a5473f4f1276aaf.tar.bz2
2009-07-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/Makefile.am, libcsupport/preinstall.am, sapi/include/confdefs.h: Add configuration and basic device driver ver definition for frame buffer device. * libcsupport/include/rtems/framebuffer.h: New file.
Diffstat (limited to 'cpukit/libcsupport/preinstall.am')
-rw-r--r--cpukit/libcsupport/preinstall.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libcsupport/preinstall.am b/cpukit/libcsupport/preinstall.am
index d76efdf511..4b40b68727 100644
--- a/cpukit/libcsupport/preinstall.am
+++ b/cpukit/libcsupport/preinstall.am
@@ -40,6 +40,10 @@ $(PROJECT_INCLUDE)/rtems/clockdrv.h: include/clockdrv.h $(PROJECT_INCLUDE)/rtems
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/clockdrv.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/clockdrv.h
+$(PROJECT_INCLUDE)/rtems/framebuffer.h: include/rtems/framebuffer.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/framebuffer.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/framebuffer.h
+
$(PROJECT_INCLUDE)/rtems/iosupp.h: include/iosupp.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/iosupp.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/iosupp.h