From 67409d9303faa4df44bff56d46e16bb71855bf57 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 6 Jul 2017 21:46:04 +0200 Subject: [PATCH] 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 --- support/scripts/pkg-stats | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2