commit | c73ad98798a0f7090724f3484861cda59dd42a44 | [log] [tgz] |
---|---|---|
author | Ronald G. Minnich <rminnich@gmail.com> | Tue Feb 11 21:06:09 2003 +0000 |
committer | Ronald G. Minnich <rminnich@gmail.com> | Tue Feb 11 21:06:09 2003 +0000 |
tree | ddeef56d45467995cfcbef47970fd169cd98117f | |
parent | 4572a822456304c52db0091b324bb403cc4e08e7 [diff] [blame] |
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.
diff --git a/Makefile b/Makefile index f4e2769..3a308f6 100644 --- a/Makefile +++ b/Makefile
@@ -4,7 +4,7 @@ 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: