bios: add flash target using m1nor

This commit is contained in:
Sebastien Bourdeauducq 2012-02-17 18:16:29 +01:00
parent 48ddbf0c85
commit e5927e265f
1 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,10 @@ libs:
make -C $(M2DIR)/software/libbase
make -C $(M2DIR)/software/libextra
.PHONY: clean libs
flash: bios.bin
m1nor bios.bin
clean:
rm -f $(OBJECTS) $(OBJECTS:.o=.d) bios.elf bios.bin bios-rescue.elf bios-rescue.bin .*~ *~
.PHONY: clean libs flash