summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-28 17:23:48 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-28 17:23:48 -0500
commit5fbd01971f1cc61a7167154abc9982aca9f494f3 (patch)
tree2ae30505495154221ce6d3bf7df2d6ae5c12c6ff
parent04c469b77ca68126e6a94c960f526d113b207fa9 (diff)
$board_$keymap_$romtype.rom: missing dep on grub_$keymap_$romtype_test.cfg
-rw-r--r--buildrom-withgrub.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildrom-withgrub.mk b/buildrom-withgrub.mk
index ebd1cfc..30c87a6 100644
--- a/buildrom-withgrub.mk
+++ b/buildrom-withgrub.mk
@@ -20,6 +20,7 @@ define rule_rom
bin/$(board)_$(keymap)_$(romtype).rom: \
tmp/$(board)_nokeyboard_$(romtype).rom \
tmp/grub_$(keymap)_$(romtype).cfg \
+ tmp/grub_$(keymap)_$(romtype)_test.cfg \
$(firstword $(CBFSTOOL))
cp $< $@.tmp
$(CBFSTOOL) $@.tmp add -f tmp/grub_$(keymap)_$(romtype).cfg -n grub.cfg -t raw