summaryrefslogtreecommitdiff
path: root/buildrom-withgrub.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-28 17:22:34 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-28 17:22:34 -0500
commit04c469b77ca68126e6a94c960f526d113b207fa9 (patch)
tree6b900077bc350495b757a4d8211e80d7c699a63b /buildrom-withgrub.mk
parente413b035997fff2bcef4285247836a56edf92615 (diff)
move the rule for coreboot .config from build.mk to buildrom-withgrub.mk
Diffstat (limited to 'buildrom-withgrub.mk')
-rw-r--r--buildrom-withgrub.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildrom-withgrub.mk b/buildrom-withgrub.mk
index 420346c..ebd1cfc 100644
--- a/buildrom-withgrub.mk
+++ b/buildrom-withgrub.mk
@@ -1,3 +1,7 @@
+# % = $(board)
+resources/libreboot/config/%_vesafb_config: resources/libreboot/config/%_txtmode_config
+ sed 's/# CONFIG_FRAMEBUFFER_KEEP_VESA_MODE is not set/CONFIG_FRAMEBUFFER_KEEP_VESA_MODE=y/' < $< > $@
+
define rule_rom_nokeyboard
tmp/$(board)_nokeyboard_$(romtype).rom: builddeps-coreboot \
tmp/grub_$(romtype).elf \