From: Sebastien Bourdeauducq Date: Fri, 17 Feb 2012 17:16:29 +0000 (+0100) Subject: bios: add flash target using m1nor X-Git-Tag: 24jan2021_ls180~3232 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e5927e265f17a460755faf7613332580b05e89a9;p=litex.git bios: add flash target using m1nor --- diff --git a/software/bios/Makefile b/software/bios/Makefile index f916aaab..ad4eec73 100644 --- a/software/bios/Makefile +++ b/software/bios/Makefile @@ -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