diff options
Diffstat (limited to 'build-kernel-exynos5433.sh')
-rwxr-xr-x | build-kernel-exynos5433.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-kernel-exynos5433.sh b/build-kernel-exynos5433.sh index 712ee067e09b..23fa22bd0b7f 100755 --- a/build-kernel-exynos5433.sh +++ b/build-kernel-exynos5433.sh @@ -17,7 +17,7 @@ if ! [ -d output ] ; then fi if ! [ -e .config ] ; then - make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- defconfig + make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- tizen_tm2_defconfig fi make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j8 |