X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fkernel-headers%2FMakefile;h=7a12f62d588d58f06b368ad466f3d991819b5671;hb=5f258e330da772ed4551670d4ba6f4b423f8a349;hp=87e17f17f28ff0ae66acb5683914ed3de0019ed1;hpb=8822153478441127e9e7226d909c38e3ea894c05;p=openwrt%2F.git diff --git a/toolchain/kernel-headers/Makefile b/toolchain/kernel-headers/Makefile index 87e17f17f2..7a12f62d58 100644 --- a/toolchain/kernel-headers/Makefile +++ b/toolchain/kernel-headers/Makefile @@ -29,8 +29,8 @@ include $(INCLUDE_DIR)/kernel-defaults.mk define Build/Prepare/cris mkdir -p $(BUILD_DIR_TOOLCHAIN) bzcat $(DL_DIR)/$(PKG_SOURCE) | $(HOST_TAR) -C $(BUILD_DIR_TOOLCHAIN) $(TAR_OPTIONS) - $(PATCH) $(PKG_BUILD_DIR) $(TOPDIR)/target/linux/etrax-2.6/patches/generic_2.6 - $(PATCH) $(PKG_BUILD_DIR) $(TOPDIR)/target/linux/etrax-2.6/patches/cris + $(PATCH) $(PKG_BUILD_DIR) $(TOPDIR)/target/linux/etrax/patches/generic_2.6 + $(PATCH) $(PKG_BUILD_DIR) $(TOPDIR)/target/linux/etrax/patches/cris ln -sf arch-v10 $(PKG_BUILD_DIR)/include/asm-cris/arch ln -sf arch-v10 $(PKG_BUILD_DIR)/arch/cris/arch endef