Ensure the DFU bootloader disables and clears the activity LED toggle timer when...
[pub/USBasp.git] / Demos / Device / ClassDriver / AudioInput / makefile
index 5d02c77..5724da5 100644 (file)
@@ -165,7 +165,7 @@ DEBUG = dwarf-2
 #     Each directory must be seperated by a space.
 #     Use forward slashes for directory separators.
 #     For a directory that has spaces, enclose it in quotes.
 #     Each directory must be seperated by a space.
 #     Use forward slashes for directory separators.
 #     For a directory that has spaces, enclose it in quotes.
-EXTRAINCDIRS = $(LUFA_PATH)/
+EXTRAINCDIRS = $(LUFA_PATH)/ Config/
 
 
 # Compiler flag to set the C Standard level.
 
 
 # Compiler flag to set the C Standard level.
@@ -691,7 +691,7 @@ clean_list :
 
 doxygen:
        @echo Generating Project Documentation \($(TARGET)\)...
 
 doxygen:
        @echo Generating Project Documentation \($(TARGET)\)...
-       @if ( doxygen Doxygen.conf 2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \
+       @if ( ( cat Doxygen.conf ; echo "HTML_STYLESHEET=$(LUFA_PATH)/LUFA/DoxygenPages/Style/Style.css" ) | doxygen - 2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \
          exit 1; \
        fi;
        @echo Documentation Generation Complete.
          exit 1; \
        fi;
        @echo Documentation Generation Complete.