From c73ad98798a0f7090724f3484861cda59dd42a44 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 11 Feb 2003 21:06:09 +0000 Subject: This will now enable flash automagically for chipsets on which it knows how Currently, only e7500 supported, but it is easy to add more. Corresponding to coreboot v1 svn r744. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f4e2769..3a308f6 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ OBJS += 82802ab.o CC = gcc -O2 -g all: ${OBJS} - ${CC} -o flash_rom flash_rom.c ${OBJS} + ${CC} -o flash_rom flash_rom.c ${OBJS} -lpci # ${CC} -o flash_on flash_on.c clean: -- cgit v1.1