mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
bios: add flash target using m1nor
This commit is contained in:
parent
48ddbf0c85
commit
e5927e265f
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue