summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-23 17:39:28 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-23 17:39:28 (GMT)
commit6b73ea68c5c66b1b5df784cc5be470f49b56f94a (patch)
tree53d33385537ec8c8fe23a2ddc046b7abfac9ed4d /scripts
parent0e2fb72a75aa0b20254846ef9b5f1475f380f6d2 (diff)
kernel/linux: use CT_ARCH, in place of CT_KERNEL_ARCH
Since we merged the 32/64-bit archs, and we explicitly used the Linux kernel arch name, we can get rid of CT_KERNEL_ARCH.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/kernel/linux.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/kernel/linux.sh b/scripts/build/kernel/linux.sh
index c545e7b..626086e 100644
--- a/scripts/build/kernel/linux.sh
+++ b/scripts/build/kernel/linux.sh
@@ -59,7 +59,7 @@ do_kernel_install() {
CT_DoExecLog ALL \
make -C "${CT_SRC_DIR}/linux-${CT_KERNEL_VERSION}" \
O=$(pwd) \
- ARCH=${CT_KERNEL_ARCH} \
+ ARCH=${CT_ARCH} \
INSTALL_HDR_PATH="${CT_SYSROOT_DIR}/usr" \
${V_OPT} \
headers_install
@@ -69,7 +69,7 @@ do_kernel_install() {
CT_DoExecLog ALL \
make -C "${CT_SRC_DIR}/linux-${CT_KERNEL_VERSION}" \
O=$(pwd) \
- ARCH=${CT_KERNEL_ARCH} \
+ ARCH=${CT_ARCH} \
INSTALL_HDR_PATH="${CT_SYSROOT_DIR}/usr" \
${V_OPT} \
headers_check