projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add ability to generate SYM files in the BUILD module. Clean up build system output...
[pub/USBasp.git]
/
LUFA
/
makefile
diff --git
a/LUFA/makefile
b/LUFA/makefile
index
6b5d8c7
..
ebe2b19
100644
(file)
--- a/
LUFA/makefile
+++ b/
LUFA/makefile
@@
-29,6
+29,9
@@
ifneq ($(LUFA_PATH),)
include $(LUFA_PATH)/LUFA/Build/lufa.sources.in
else
+ LUFA_BUILD_MODULES += MASTER
+ LUFA_BUILD_TARGETS += export_tar version
+
LUFA_PATH = .
ARCH = {AVR8,UC3,XMEGA}
DOXYGEN_OVERRIDE_PARAMS = QUIET=YES PROJECT_NUMBER=$(LUFA_VERSION_NUM)