Fixed file exclude

This commit is contained in:
Lorenz Meier 2013-08-15 13:00:42 +02:00
parent a1e0581fac
commit ca877e0bc4
1 changed files with 1 additions and 1 deletions

View File

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