summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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