mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 04:41:28 +00:00
Add XMEGA to the LUFA core library makefile's list of architectures, so that the XMEGA files are properly cleaned on request.
This commit is contained in:
parent
77a9df36a7
commit
c8e5176465
@ -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)
|
# 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)
|
ifeq ($(origin LUFA_PATH), undefined)
|
||||||
LUFA_ROOT_PATH = .
|
LUFA_ROOT_PATH = .
|
||||||
ARCH = {AVR8,UC3}
|
ARCH = {AVR8,UC3,XMEGA}
|
||||||
else
|
else
|
||||||
LUFA_ROOT_PATH = $(LUFA_PATH)/LUFA
|
LUFA_ROOT_PATH = $(LUFA_PATH)/LUFA
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user