From 4b7443d132d4d889618588d78ed111099f16c6f9 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 16 Oct 2015 16:14:29 +0100 Subject: [build] Generalise CONSOLE_VESAFB to CONSOLE_FRAMEBUFFER The name "vesafb" is intrinsically specific to a BIOS environment. Generalise the build configuration option CONSOLE_VESAFB to CONSOLE_FRAMEBUFFER, in preparation for adding EFI framebuffer support. Existing configurations using CONSOLE_VESAFB will continue to work. Signed-off-by: Michael Brown --- src/Makefile.housekeeping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.housekeeping') diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 6bd73672..1b6f092b 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -1005,7 +1005,7 @@ TGT_LD_ENTRY = _$(TGT_PREFIX)_start # --defsym pci_vendor=0x1186 --defsym pci_device=0x1300") # TGT_LD_FLAGS = $(foreach SYM,$(TGT_LD_ENTRY) $(TGT_LD_DRIVERS) \ - $(TGT_LD_DEVLIST) obj_config,\ + $(TGT_LD_DEVLIST) obj_config obj_config_$(PLATFORM),\ -u $(SYM) --defsym check_$(SYM)=$(SYM) ) \ $(patsubst %,--defsym %,$(TGT_LD_IDS)) \ -e $(TGT_LD_ENTRY) -- cgit v1.2.3-55-g7522