summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsupport/scripts/pkg-stats2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats
index 28706628e9..aab49d1a41 100755
--- a/support/scripts/pkg-stats
+++ b/support/scripts/pkg-stats
@@ -119,6 +119,8 @@ for i in $(find boot/ linux/ package/ -name '*.mk' | sort) ; do
$i = "package/pkg-virtual.mk" -o \
$i = "package/pkg-download.mk" -o \
$i = "package/pkg-generic.mk" -o \
+ $i = "package/pkg-waf.mk" -o \
+ $i = "package/pkg-kernel-module.mk" -o \
$i = "package/pkg-utils.mk" ; then
echo "skipping $i" 1>&2
continue
OpenPOWER on IntegriCloud