blob: 18a6396a5118db35bc333a49ebace47821438b6c [file] [log] [blame]
OBJS = jedec.o sst28sf040.o am29f040b.o mx29f002.c sst39sf020.o m29f400bt.o
OBJS += 82802ab.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 *~