diff options
| author | Fabio Porcedda <fabio.porcedda@gmail.com> | 2015-02-15 21:23:58 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2015-02-15 23:28:55 +0100 |
| commit | ff82572a7f484b0f78168e9b506c0881408855e3 (patch) | |
| tree | 50814d6d2e1e2151017ac78a25dbab9e3d4c36d6 /support/scripts | |
| parent | cd0c7c37c22b4d59d8258ec6a85613d680fca860 (diff) | |
| download | buildroot-ff82572a7f484b0f78168e9b506c0881408855e3.tar.gz buildroot-ff82572a7f484b0f78168e9b506c0881408855e3.zip | |
pkg-stats: ignore linux-ext-fbtft.mk and doc-asciidoc.mk
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support/scripts')
| -rwxr-xr-x | support/scripts/pkg-stats | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats index 9af974dabd..fad7ae9c74 100755 --- a/support/scripts/pkg-stats +++ b/support/scripts/pkg-stats @@ -94,6 +94,7 @@ for i in $(find boot/ linux/ package/ -name '*.mk' | sort) ; do if test \ $i = "boot/common.mk" -o \ + $i = "linux/linux-ext-fbtft.mk" -o \ $i = "linux/linux-ext-xenomai.mk" -o \ $i = "linux/linux-ext-rtai.mk" -o \ $i = "package/efl/efl.mk" -o \ @@ -106,6 +107,7 @@ for i in $(find boot/ linux/ package/ -name '*.mk' | sort) ; do $i = "package/opengl/opengl.mk" -o \ $i = "package/qt5/qt5.mk" -o \ $i = "package/x11r7/x11r7.mk" -o \ + $i = "package/doc-asciidoc.mk" -o \ $i = "package/pkg-autotools.mk" -o \ $i = "package/pkg-cmake.mk" -o \ $i = "package/pkg-kconfig.mk" -o \ |

