diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-27 17:24:09 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-27 17:24:09 +0000 |
commit | 0389288e270b355aacda2ad22302c7c264b58212 (patch) | |
tree | 758142d18ca8546f4b52538d1f3f2ad92b41c1b5 /BuildTests/ModuleTest/makefile.xmega | |
parent | c3dd6ac7814ce17004a9e4f0d965d606b1d7c35c (diff) | |
parent | b017b41e91f7eb7bb83d1466b45c24e01ac2e309 (diff) | |
download | lufa-0389288e270b355aacda2ad22302c7c264b58212.tar.gz lufa-0389288e270b355aacda2ad22302c7c264b58212.tar.bz2 lufa-0389288e270b355aacda2ad22302c7c264b58212.zip |
AppConfigHeaders: Merge in latest trunk.
Diffstat (limited to 'BuildTests/ModuleTest/makefile.xmega')
-rw-r--r-- | BuildTests/ModuleTest/makefile.xmega | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BuildTests/ModuleTest/makefile.xmega b/BuildTests/ModuleTest/makefile.xmega index 3da056646..0a2f50147 100644 --- a/BuildTests/ModuleTest/makefile.xmega +++ b/BuildTests/ModuleTest/makefile.xmega @@ -331,7 +331,7 @@ EXTMEMOPTS = # -Wl,...: tell GCC to pass this to linker.
# -Map: create map file
# --cref: add cross reference to map file
-LDFLAGS = -Wl,-Map=$(TARGET).map,--cref
+#LDFLAGS = -Wl,-Map=$(TARGET).map,--cref
LDFLAGS += -Wl,--relax
LDFLAGS += -Wl,--gc-sections
LDFLAGS += $(EXTMEMOPTS)
@@ -455,7 +455,7 @@ LST = $(SRC:%.c=$(OBJDIR)/%.lst) $(CPPSRC:%.cpp=$(OBJDIR)/%.lst) $(ASRC:%.S=$(OB # Compiler flags to generate dependency files.
-GENDEPFLAGS = -MMD -MP -MF .dep/$(@F).d
+#GENDEPFLAGS = -MMD -MP -MF .dep/$(@F).d
# Combine all necessary flags and optional flags.
|