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>
This commit is contained in:
Thomas Petazzoni 2017-07-06 21:46:04 +02:00
parent df3bf7bccd
commit 67409d9303

View File

@ -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 \