diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-06 19:09:06 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-06 19:09:06 +0000 |
commit | fab1678602ff0e560a4bd9a1ba6b5db6f3872732 (patch) | |
tree | a0787afc2a9a1dfc93b43db4007ad15cc4edb0f7 /LUFA/makefile | |
parent | 000c4c6c5ccc2c136f25fc4bcede6de093b301c6 (diff) | |
download | lufa-fab1678602ff0e560a4bd9a1ba6b5db6f3872732.tar.gz lufa-fab1678602ff0e560a4bd9a1ba6b5db6f3872732.tar.bz2 lufa-fab1678602ff0e560a4bd9a1ba6b5db6f3872732.zip |
Fix typo in the UC3 host pipe driver. Improve library TAR export exclusion filetype filter.
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 31c06b32f..1e21371ff 100644 --- a/LUFA/makefile +++ b/LUFA/makefile @@ -10,7 +10,7 @@ # --------------------------------------- LUFA_VERSION_NUM := $(shell grep LUFA_VERSION_STRING Version.h | cut -d'"' -f2) -EXCLUDE_FROM_EXPORT := Documentation DoxygenPages CodeTemplates Build *.conf *.tar *.o *.lss *.lst *.hex *.elf *.bin +EXCLUDE_FROM_EXPORT := Documentation DoxygenPages CodeTemplates Build *.conf *.tar *.o *.lss *.lst *.hex *.elf *.hex *.eep *.map *.bin *.d *.o.d DOXYGEN_OVERRIDE_PARAMS = PROJECT_NUMBER=$(LUFA_VERSION_NUM) |