Update build test "ModuleTest" to check platform drivers where possible. Add missing...
[pub/USBasp.git] / BuildTests / ModuleTest / makefile.uc3
index 5f5941d..610de46 100644 (file)
@@ -120,7 +120,8 @@ CPPSRC = Test_CPP.cpp
 #     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
@@ -225,7 +226,7 @@ CPPFLAGS += $(patsubst %,-I%,$(EXTRAINCDIRS))
 #             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