summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2003-02-11 21:06:09 +0000
committerRonald G. Minnich <rminnich@gmail.com>2003-02-11 21:06:09 +0000
commit6c3a93fcd1c5ffce085a66a53193882be5263f99 (patch)
treeddeef56d45467995cfcbef47970fd169cd98117f /Makefile
parent064d257e66b7293cda31f781b1a57efd5043da6a (diff)
downloadflashrom-6c3a93fcd1c5ffce085a66a53193882be5263f99.zip
flashrom-6c3a93fcd1c5ffce085a66a53193882be5263f99.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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:
OpenPOWER on IntegriCloud