diff options
| author | Ricardo Martincoski <ricardo.martincoski@gmail.com> | 2018-04-01 02:08:25 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-01 08:54:07 +0200 |
| commit | 4d39f5876deac7c8406db69585e0dd69e85222c3 (patch) | |
| tree | a0bd55d0abaaf73c605ee31754f1182847949e15 /utils/check-package | |
| parent | 4b95cf8dd413c6773b2aadc30157ad00e2fc7d94 (diff) | |
| download | buildroot-4d39f5876deac7c8406db69585e0dd69e85222c3.tar.gz buildroot-4d39f5876deac7c8406db69585e0dd69e85222c3.zip | |
check-package: enable for linux/
This directory can benefit from this script to prevent common mistakes
when submitting patches.
In order to accomplish this:
Do not ignore anymore files from the linux/ directory.
Ignore missing LINUX_EXT_ prefix as the variables for linux extensions
do not use it.
Ignore this symbol:
- LINUX_EXTENSIONS: defined by each linux extension, used by
linux/linux.mk.
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'utils/check-package')
| -rwxr-xr-x | utils/check-package | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/check-package b/utils/check-package index 4c9eea0534..a5f5dc44c0 100755 --- a/utils/check-package +++ b/utils/check-package @@ -49,6 +49,7 @@ DO_CHECK_INTREE = re.compile("|".join([ "arch/", "boot/", "fs/", + "linux/", "package/", "system/", ])) |

