Hotfix: Excluding codegen code

This commit is contained in:
Lorenz Meier 2013-08-15 13:47:36 +02:00
parent 74d519d9d0
commit b83d07e94a
1 changed files with 2 additions and 1 deletions

View File

@ -599,7 +599,8 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE = ../src/modules/mathlib/CMSIS
EXCLUDE = ../src/modules/mathlib/CMSIS \
../src/modules/attitude_estimator_ekf/codegen
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded