summaryrefslogtreecommitdiffstats
path: root/support/scripts
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-06 21:46:04 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-06 21:46:04 +0200
commit67409d9303faa4df44bff56d46e16bb71855bf57 (patch)
tree0d450c38bce095596a196944883cebebbf45c3c9 /support/scripts
parentdf3bf7bccd4b1caab137cec0f9ce17e7e2a39202 (diff)
downloadbuildroot-67409d9303faa4df44bff56d46e16bb71855bf57.tar.gz
buildroot-67409d9303faa4df44bff56d46e16bb71855bf57.zip
pkg-stats: add exception for nvidia-tegra23.mk
This file is not a package per-se, it includes other .mk files that are packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/scripts')
-rwxr-xr-xsupport/scripts/pkg-stats1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats
index eb4871142f..48a2cc29a1 100755
--- a/support/scripts/pkg-stats
+++ b/support/scripts/pkg-stats
@@ -126,6 +126,7 @@ for i in $(find boot/ linux/ package/ toolchain/ -name '*.mk' | sort) ; do
$i = "package/pkg-waf.mk" -o \
$i = "package/pkg-kernel-module.mk" -o \
$i = "package/pkg-utils.mk" -o \
+ $i = "package/nvidia-tegra23/nvidia-tegra23.mk" -o \
$i = "toolchain/toolchain-external/pkg-toolchain-external.mk" -o \
$i = "toolchain/toolchain-external/toolchain-external.mk" -o \
$i = "toolchain/toolchain.mk" -o \
OpenPOWER on IntegriCloud