summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-07-14 08:56:41 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-07-14 08:56:41 +0000
commit44e3311de4c0d12b228bce55edc4ceff690d4f91 (patch)
tree279e07086515e135b49d10613f2cfb210f2ccdfa
parent0f5e172d8e6be2275251d61c14475081559a5369 (diff)
Add XMEGA to the LUFA core library makefile's list of architectures, so that the XMEGA files are properly cleaned on request.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1881 d5102386-fcda-11dd-9fdb-3debd5008f28
-rw-r--r--LUFA/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/makefile b/LUFA/makefile
index e35ee089..90259a33 100644
--- a/LUFA/makefile
+++ b/LUFA/makefile
@@ -12,7 +12,7 @@
# Check to see if the LUFA_PATH variable has not been set (the makefile is not being included from a project makefile)
ifeq ($(origin LUFA_PATH), undefined)
LUFA_ROOT_PATH = .
- ARCH = {AVR8,UC3}
+ ARCH = {AVR8,UC3,XMEGA}
else
LUFA_ROOT_PATH = $(LUFA_PATH)/LUFA
endif