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:
parent
df3bf7bccd
commit
67409d9303
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user