Skip to content

Commit e5927e2

Browse files
author
Sebastien Bourdeauducq
committedFeb 17, 2012
bios: add flash target using m1nor
1 parent 48ddbf0 commit e5927e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎software/bios/Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ libs:
2525
make -C $(M2DIR)/software/libbase
2626
make -C $(M2DIR)/software/libextra
2727

28-
.PHONY: clean libs
28+
flash: bios.bin
29+
m1nor bios.bin
2930

3031
clean:
3132
rm -f $(OBJECTS) $(OBJECTS:.o=.d) bios.elf bios.bin bios-rescue.elf bios-rescue.bin .*~ *~
33+
34+
.PHONY: clean libs flash

0 commit comments

Comments
 (0)
Please sign in to comment.