diff options
Diffstat (limited to 'scripts/build-all.py')
| -rwxr-xr-x | scripts/build-all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-all.py b/scripts/build-all.py index 4f5db40095ab..9e4942d21da9 100755 --- a/scripts/build-all.py +++ b/scripts/build-all.py @@ -60,7 +60,7 @@ if not os.environ.get('CROSS_COMPILE'): def check_kernel(): """Ensure that PWD is a kernel directory""" if (not os.path.isfile('MAINTAINERS') or - not os.path.isfile('arch/arm/mach-msm/Kconfig')): + not os.path.isfile('arch/arm64/configs/msm_defconfig')): fail("This doesn't seem to be an MSM kernel dir") def check_build(): |
