Ensure the DFU bootloader disables and clears the activity LED toggle timer when...
[pub/USBasp.git] / BuildTests / ModuleTest / makefile.uc3
index 9c01edf..5628748 100644 (file)
@@ -257,7 +257,7 @@ ASFLAGS = $(ADEFS)
 #  -Wl,...:     tell GCC to pass this to linker.\r
 #    -Map:      create map file\r
 #    --cref:    add cross reference to  map file\r
-LDFLAGS  = -Wl,-Map=$(TARGET).map,--cref\r
+#LDFLAGS  = -Wl,-Map=$(TARGET).map,--cref\r
 LDFLAGS += -Wl,--gc-sections --rodata-writable\r
 LDFLAGS += -Wl,--direct-data\r
 #LDFLAGS += -T linker_script.x\r
@@ -310,7 +310,7 @@ LST = $(SRC:%.c=$(OBJDIR)/%.lst) $(CPPSRC:%.cpp=$(OBJDIR)/%.lst) $(ASRC:%.S=$(OB
 \r
 \r
 # Compiler flags to generate dependency files.\r
-GENDEPFLAGS = -MMD -MP -MF .dep/$(@F).d\r
+#GENDEPFLAGS = -MMD -MP -MF .dep/$(@F).d\r
 \r
 \r
 # Combine all necessary flags and optional flags.\r