From: Nicolas Thill Date: Sun, 24 Jul 2005 23:45:28 +0000 (+0000) Subject: add support for multiple target arch X-Git-Tag: reboot~32310 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=567502494a6c6586eb6ff3c2aff9b31d5582fd10;p=oweals%2Fopenwrt.git add support for multiple target arch SVN-Revision: 1543 --- diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index 8305f9c263..5b6c71df3d 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -188,7 +188,7 @@ $(LINUX_DIR)/.configured: $(LINUX_DIR)/.patched -cp $(LINUX_KCONFIG) $(LINUX_DIR)/.config $(SED) "s,^CROSS_COMPILE.*,CROSS_COMPILE=$(KERNEL_CROSS),g;" \ $(LINUX_DIR)/Makefile \ - $(LINUX_DIR)/arch/mips/Makefile + $(LINUX_DIR)/arch/*/Makefile $(SED) "s,\-mcpu=,\-mtune=,g;" $(LINUX_DIR)/arch/mips/Makefile $(MAKE) -C $(LINUX_DIR) ARCH=$(LINUX_KARCH) oldconfig include/linux/version.h touch $(LINUX_DIR)/.configured