]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/Makefile.linux
compile clean and flasher targets
[proxmark3-svn] / armsrc / Makefile.linux
index baf4adb18b6af25b9275792e1465c1fda306ff9e..897a6b121cfed1c07a5adc0442f2440dbcaa06ca 100644 (file)
@@ -74,13 +74,15 @@ $(OBJFAST): $(OBJDIR)/%.o : %.c
 $(OBJCOMMON): $(OBJDIR)/%.o : ../common/%.c
        $(CC) $(CFLAGS) $< -o $@
 
-# Those do not work on the current firmware !
+flash-both: flash flash-fpga
+
 flash-fpga: fpgaimage.s19
        ../linux/flasher fpga fpgaimage.s19
 
 flash: osimage.s19
        ../linux/flasher os osimage.s19
 
+# Those do not work on the current firmware !
 jtag-flash-full: fullimage.s19
        ../../OpenOCD/openocd -c "halt; flash write_image fullimage.s19 0x00100000; halt; reset; resume; poll; exit"
 
Impressum, Datenschutz