Add build system targets for lists of mandatory and optional parameters/variables.
This commit is contained in:
parent
924c0eb6ac
commit
79ee9e755f
6 changed files with 46 additions and 14 deletions
|
|
@ -6,8 +6,10 @@
|
|||
# www.lufa-lib.org
|
||||
#
|
||||
|
||||
LUFA_BUILD_MODULES += DOXYGEN
|
||||
LUFA_BUILD_TARGETS += doxygen
|
||||
LUFA_BUILD_MODULES += DOXYGEN
|
||||
LUFA_BUILD_TARGETS += doxygen
|
||||
LUFA_BUILD_MANDATORY_VARS +=
|
||||
LUFA_BUILD_OPTIONAL_VARS += DOXYGEN_CONF DOXYGEN_FAIL_ON_WARNING DOXYGEN_OVERRIDE_PARAMS
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# LUFA Doxygen Buildsystem Makefile Module.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue