diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-12-28 20:40:58 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-12-28 20:40:58 -0500 |
commit | 0264bd2989c282c8ffaa13e1c491aa529789565e (patch) | |
tree | 9715d26555dbd00d3834a69af9fe8eb5b381ea55 /Makefile | |
parent | 8d268655f465a19136cba290527b98e43e196769 (diff) |
build flashrom by default, fix flashrom
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |