Added GNUmakefile-cross as additional input files
parent
951d8b9dbe
commit
26c9cec572
5
Doxyfile
5
Doxyfile
|
|
@ -765,8 +765,9 @@ WARN_LOGFILE =
|
||||||
|
|
||||||
INPUT = . \
|
INPUT = . \
|
||||||
GNUmakefile \
|
GNUmakefile \
|
||||||
rdrand.asm \
|
GNUmakefile-cross \
|
||||||
rdrand.S
|
rdrand.asm \
|
||||||
|
rdrand.S
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue