aboutsummaryrefslogtreecommitdiff
path: root/BuildTests/ModuleTest/makefile.xmega
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-02-20 22:07:25 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-02-20 22:07:25 +0000
commit92627aabc948ca218627960b1e408ded544f1455 (patch)
treeb6f18e21ee3839fa360edaf3e6fdbbb6299b4025 /BuildTests/ModuleTest/makefile.xmega
parentf16b9fd2ed545ff083a9a5478852728447e4ec04 (diff)
Update the Android Accessory Host ClassDriver demo to use the updated class configuration API.
Enable -Wcast-align warning for the UC3 architecture in the ModuleTest build test now that the test passes with it. Minor documentation improvements. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2064 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'BuildTests/ModuleTest/makefile.xmega')
-rw-r--r--BuildTests/ModuleTest/makefile.xmega1
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildTests/ModuleTest/makefile.xmega b/BuildTests/ModuleTest/makefile.xmega
index e666704e..054c6c85 100644
--- a/BuildTests/ModuleTest/makefile.xmega
+++ b/BuildTests/ModuleTest/makefile.xmega
@@ -209,6 +209,7 @@ CFLAGS += -fno-inline-small-functions
CFLAGS += -fpack-struct
CFLAGS += -fshort-enums
CFLAGS += -fno-strict-aliasing
+CFLAGS += -fno-split-wide-types
CFLAGS += -Wa,-adhlns=$(<:%.c=$(OBJDIR)/%.lst)
CFLAGS += $(patsubst %,-I%,$(EXTRAINCDIRS))
CFLAGS += $(CSTANDARD)