# - input/*: Only input.c contains public API, everything else doesn't.
# - output/*: Only output.c contains public API, everything else doesn't.
# - tests/*: Unit tests, no public API stuff in there.
+# - bindings/*: Language bindings, no public API stuff in there.
#
EXCLUDE_PATTERNS = */hardware/* */input/* */output/* */tests/*
+EXCLUDE_PATTERNS += */bindings/*
INPUT += input/input.c output/output.c
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names