summaryrefslogtreecommitdiff
path: root/build-kernel-exynos5433.sh
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2016-05-19 13:03:45 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:50:49 +0900
commit53f45d84eec9b60d08e76138c1623a46b7817fbe (patch)
tree61ce619131424390f34738ccb76e246dfb734ac8 /build-kernel-exynos5433.sh
parent7ca65f9a46e8c1857dd820a52254f7eb8ddb4570 (diff)
ARM64: configs: revert defconfig into default and add tizen_tm2_defconfig
This patch reverts arm64 defconfig into default defconfig in v4.1 and adds tizen_tm2_defconfig. Also it fixes proper defconfig from local build script. Change-Id: Ic167bb2edc61f4fb25bade2e69e46f9549b7ae4e Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Diffstat (limited to 'build-kernel-exynos5433.sh')
-rwxr-xr-xbuild-kernel-exynos5433.sh2
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