switch-coreboot/util/flash_and_burn/Makefile
2002-03-21 22:40:40 +00:00

9 lines
206 B
Makefile

OBJS = jedec.o sst28sf040.o am29f040b.o mx29f002.c sst39sf020.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 *~