Update host C# applications for VS2010. Make LEDNotifier project host applications...
[pub/lufa.git] / LUFA / makefile
index 58c60bc..a05b956 100644 (file)
@@ -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,13 +75,15 @@ 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.
 
    clean_doxygen:
        rm -rf Documentation
-       
+
+   checksource:
+
    version:
        @echo "LUFA `grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2`"