X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/04feb435edd50d00a7531f8be367f43ab126c7ba..987cd32f6502f074dcb565d67d0ee39149e8a4a8:/LUFA/makefile?ds=sidebyside diff --git a/LUFA/makefile b/LUFA/makefile index 4453d18b7..88449a936 100644 --- a/LUFA/makefile +++ b/LUFA/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2013. +# Copyright (C) Dean Camera, 2014. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -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: