1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-26 22:52:34 +02:00
flashrom/Makefile
Ronald G. Minnich 3c910ed807 Add support for ST M29F400BT - part 1
Corresponding to coreboot v1 svn r582.
2002-05-28 23:29:17 +00:00

10 lines
218 B
Makefile

OBJS = jedec.o sst28sf040.o am29f040b.o mx29f002.c sst39sf020.o m29f400bt.o
CC = gcc -O2 -g
all: ${OBJS}
${CC} -o flash_rom flash_rom.c ${OBJS}
# ${CC} -o flash_on flash_on.c
clean:
rm -f flash_rom flash_on *.o *~