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:35 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-05-26 11:26:54 -0500
commit6f79310889cdbbda6c4fe1f31a30352fa28476e1 (patch)
treecfcfd4acf5834378abe895f6624e12c70fe71ffd /c/src/lib/libbsp/i386/pc386/preinstall.am
parenti386/pc386/VESA framebuffer driver: modified and extended initialization options (diff)
downloadrtems-6f79310889cdbbda6c4fe1f31a30352fa28476e1.tar.bz2
i386/pc386: default graphics driver changed from VGA to VESA based
basic VGA driver can be enabled during configure phase by exporting variable USE_VGA=1 so that it is available in configure environment cirrus driver is enabled the same way by exporting variable USE_CIRRUS_GD5446=1
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/preinstall.am')
-rw-r--r--c/src/lib/libbsp/i386/pc386/preinstall.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/preinstall.am b/c/src/lib/libbsp/i386/pc386/preinstall.am
index fa7bb6972c..1b9f862e58 100644
--- a/c/src/lib/libbsp/i386/pc386/preinstall.am
+++ b/c/src/lib/libbsp/i386/pc386/preinstall.am
@@ -156,8 +156,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/edid.h
$(PROJECT_INCLUDE)/bsp/fb_vesa.h: include/fb_vesa.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/fb_vesa.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/fb_vesa.h
-
-else
endif
endif
$(PROJECT_INCLUDE)/i386_io.h: ../../i386/shared/comm/i386_io.h $(PROJECT_INCLUDE)/$(dirstamp)