Skip to content

Commit

Permalink
bios: add flash target using m1nor
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Feb 17, 2012
1 parent 48ddbf0 commit e5927e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion software/bios/Makefile
Expand Up @@ -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

0 comments on commit e5927e2

Please sign in to comment.