aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-30 20:45:42 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-30 20:45:42 +0000
commit603329d8d9b8c9128c6d691dcb817182edcaaa0d (patch)
treea5233015e811a08bd1ef67146c719d8ab223f811
parent4316c27a53575bb4085d70af405323884b75affa (diff)
downloadopenembedded-603329d8d9b8c9128c6d691dcb817182edcaaa0d.tar.gz
module-base: unbork module builds in bbclass
-rw-r--r--classes/module-base.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/module-base.bbclass b/classes/module-base.bbclass
index d308e205b1..da5bd01dae 100644
--- a/classes/module-base.bbclass
+++ b/classes/module-base.bbclass
@@ -13,7 +13,7 @@ KERNEL_LDSUFFIX = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-ldsuffix')}"
# Set TARGET_??_KERNEL_ARCH in the machine .conf to set architecture
# specific options necessary for building the kernel and modules.
-TARGET_CC_KERNEL_ARCH ?= "${TARGET_CC_ARCH}"
+TARGET_CC_KERNEL_ARCH ?= ""
HOST_CC_KERNEL_ARCH ?= "${TARGET_CC_KERNEL_ARCH}"
TARGET_LD_KERNEL_ARCH ?= ""
HOST_LD_KERNEL_ARCH ?= "${TARGET_LD_KERNEL_ARCH}"