summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-28 20:40:58 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-28 20:40:58 -0500
commit0264bd2989c282c8ffaa13e1c491aa529789565e (patch)
tree9715d26555dbd00d3834a69af9fe8eb5b381ea55 /Makefile
parent8d268655f465a19136cba290527b98e43e196769 (diff)
build flashrom by default, fix flashrom
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38aa453..4b7e546 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,11 @@ roms = $(foreach board,$(boards),\
$(foreach romtype,$(romtypes),\
$(board)_$(keymap)_$(romtype))))
-build: PHONY $(foreach rom,$(roms),bin/$(rom).rom bin/$(rom)_with_seabios.rom)
+build: PHONY \
+ $(foreach rom,$(roms),bin/$(rom).rom bin/$(rom)_with_seabios.rom) \
+ src/flashrom/flashrom_normal \
+ src/flashrom/flashrom_lenovobios_macronix \
+ src/flashrom/flashrom_lenovobios_sst \
define _nl