From 9027158e5f3db99e51f21432f7be9bfdb7ad476c Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Tue, 3 Jul 2012 12:36:00 -0500 Subject: [PATCH] Add a disasm target to build the .lss file. --- arduino-mk/Arduino.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index d846977..ab83302 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -721,6 +721,8 @@ show_boards: monitor: $(MONITOR_CMD) $(ARD_PORT) $(MONITOR_BAUDRATE) +disasm: all $(OBJDIR)/$(TARGET).lss + .PHONY: all clean depends upload raw_upload reset reset_stty size show_boards monitor include $(DEP_FILE)