From 0264bd2989c282c8ffaa13e1c491aa529789565e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 28 Dec 2014 20:40:58 -0500 Subject: build flashrom by default, fix flashrom --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3