summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-05 00:18:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-05 00:18:18 +0100
commitd0398dc33628c501388d32dcb3faf68859dd6bcb (patch)
tree401c29c68bfe46cd79276029e77c85fc82f77b8a /mk
parentabbe4e3293c77bc5f6215a9eb4c1d20923bbf951 (diff)
update mips qemu targets. 64 Bit kernels still does not boot completely
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/build.mk b/mk/build.mk
index f8143311c..de7ece082 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -191,9 +191,9 @@ switch:
fi
kernelconfig:
- cp $(TOPDIR)/target/$(ARCH)/kernel.config $(BUILD_DIR)/linux/.config
+ cp $(TOPDIR)/target/$(ADK_TARGET_ARCH)/kernel.config $(BUILD_DIR)/linux/.config
$(MAKE) -C $(BUILD_DIR)/linux/ ARCH=$(ARCH) menuconfig
- cp $(BUILD_DIR)/linux/.config $(TOPDIR)/target/$(ARCH)/kernel.config
+ cp $(BUILD_DIR)/linux/.config $(TOPDIR)/target/$(ADK_TARGET_ARCH)/kernel.config
# create a new package from package/.template
newpackage: