projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
77a9df3
)
Add XMEGA to the LUFA core library makefile's list of architectures, so that the...
author
Dean Camera
<dean@fourwalledcubicle.com>
Thu, 14 Jul 2011 08:56:41 +0000
(08:56 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Thu, 14 Jul 2011 08:56:41 +0000
(08:56 +0000)
LUFA/makefile
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/makefile
b/LUFA/makefile
index
e35ee08
..
90259a3
100644
(file)
--- 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 = .
# 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
else
LUFA_ROOT_PATH = $(LUFA_PATH)/LUFA
endif