X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/ca9f89ce821db58532f1782da2b3d22e3ac961f3..65644164792c3eaa9214c5abcb62052ca6ea2344:/LUFA/makefile diff --git a/LUFA/makefile b/LUFA/makefile index e35ee089f..a05b95670 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 @@ -75,7 +75,7 @@ ifeq ($(origin LUFA_PATH), undefined) clean_list: doxygen: - @echo Generating Library Documentation... + @echo Generating LUFA Library Documentation... ( cat Doxygen.conf ; echo "PROJECT_NUMBER=`grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`" ) | doxygen - @echo Documentation Generation Complete.