diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-01-08 21:47:59 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-01-08 21:47:59 +1100 |
commit | 0d84b65f0b91c67945dc0553e717b77b333e0d53 (patch) | |
tree | fb645cb5e7c737357863febee6124f3e8a0517c8 /LUFA/makefile | |
parent | 578976788971c370ba61aa7fd20530d05319c2d9 (diff) | |
download | lufa-0d84b65f0b91c67945dc0553e717b77b333e0d53.tar.gz lufa-0d84b65f0b91c67945dc0553e717b77b333e0d53.tar.bz2 lufa-0d84b65f0b91c67945dc0553e717b77b333e0d53.zip |
Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel Studio extension.
Diffstat (limited to 'LUFA/makefile')
-rw-r--r-- | LUFA/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/makefile b/LUFA/makefile index 51bad3cdb..88449a936 100644 --- a/LUFA/makefile +++ b/LUFA/makefile @@ -10,7 +10,7 @@ # --------------------------------------- LUFA_VERSION_NUM = $(shell grep LUFA_VERSION_STRING $(LUFA_PATH)/Version.h | cut -d'"' -f2) -EXCLUDE_FROM_EXPORT := Documentation DoxygenPages CodeTemplates Build StudioIntegration *.conf *.tar *.o *.d *.lss *.lst *.hex *.elf *.hex *.eep *.map *.bin +EXCLUDE_FROM_EXPORT := Documentation DoxygenPages CodeTemplates Build StudioIntegration doxyfile *.tar *.o *.d *.lss *.lst *.hex *.elf *.hex *.eep *.map *.bin # Default target - no default action when attempting to build the core directly all: |