# Even though the DOS/Win* filesystem matches both .s and .S the same,\r
# it will preserve the spelling of the filenames, and gcc itself does\r
# care about how the name is spelled on its command-line.\r
-ASRC = Dummy.S\r
+ASRC = Dummy.S \\r
+ $(LUFA_PATH)/LUFA/Platform/UC3/Exception.S\r
\r
\r
# Optimization level, can be [0, 1, 2, 3, s]. \r
# files -- see avr-libc docs [FIXME: not yet described there]\r
# -listing-cont-lines: Sets the maximum number of continuation lines of hex \r
# dump that will be displayed for a given single line of source input.\r
-ASFLAGS = $(ADEFS) -Wa,-adhlns=$(<:%.S=$(OBJDIR)/%.lst),-gstabs,--listing-cont-lines=100\r
+ASFLAGS = $(ADEFS) -Wa,-adhlns=$(<:%.S=$(OBJDIR)/%.lst)\r
\r
\r
#---------------- Linker Options ----------------\r