index f352ba20e20f9e3fdfe7dc838103b0df2e1a75af..2b22f0de2997fb72a5e4fcbec4ed6a477c095c95 100644 (file)
all_gcda_files = $(shell find . -name '*.gcda' -print)
lcov.info: $(all_gcda_files)
- $(LCOV) -d . -c -o $@ $(LCOVFLAGS) --gcov-tool $(GCOV)
+ $(LCOV) -d . -c -o $@ $(LCOVFLAGS) --gcov-tool $(GCOV) --no-external
# hook for clean-up