summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/preinstall.am
diff options
context:
space:
mode:
authorJan Dolezal <dolezj21@fel.cvut.cz>2015-05-23 12:32:00 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-05-26 11:26:46 -0500
commit56399c3bc8b924b5e9266fd73b5b4eed0746adf3 (patch)
treee718bfd8db3bfff7a3300f5b4f61b2955fd28ace /c/src/lib/libbsp/i386/pc386/preinstall.am
parentMerge branch 'master' of ssh://dispatch.rtems.org/data/git/rtems (diff)
downloadrtems-56399c3bc8b924b5e9266fd73b5b4eed0746adf3.tar.bz2
i386/pc386/VESA framebuffer driver: modified and extended initialization options
driver is not initialized by default initialization is possible through multiboot command line option or through the string variable (see fb_default_mode.h) set in user's module allowing the driver to evaluate this variable after the two modules are linked together
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/preinstall.am')
-rw-r--r--c/src/lib/libbsp/i386/pc386/preinstall.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/preinstall.am b/c/src/lib/libbsp/i386/pc386/preinstall.am
index 5305fbeb90..fa7bb6972c 100644
--- a/c/src/lib/libbsp/i386/pc386/preinstall.am
+++ b/c/src/lib/libbsp/i386/pc386/preinstall.am
@@ -140,6 +140,10 @@ $(PROJECT_INCLUDE)/rtems/vgacons.h: console/vgacons.h $(PROJECT_INCLUDE)/rtems/$
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/vgacons.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/vgacons.h
+$(PROJECT_INCLUDE)/bsp/fb_default_mode.h: console/fb_default_mode.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/fb_default_mode.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/fb_default_mode.h
+
if USE_VBE_RM
$(PROJECT_INCLUDE)/bsp/vbe3.h: include/vbe3.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/vbe3.h