1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +02:00

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.
This commit is contained in:
Ronald G. Minnich
2003-02-11 21:06:09 +00:00
parent 4572a82245
commit c73ad98798
2 changed files with 78 additions and 3 deletions

View File

@ -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: