pkg-stats: add exception for nvidia-tegra23.mk
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 6 Jul 2017 19:46:04 +0000 (21:46 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 6 Jul 2017 19:46:04 +0000 (21:46 +0200)
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>
support/scripts/pkg-stats

index eb4871142f0a6104d40a73f80e5c80dd83cd5b49..48a2cc29a16359af2a33e59c8310293cbd573e78 100755 (executable)
@@ -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 \