X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fkernel.mk;h=52355dcdd313d79a148ca92afbac7cab7bb7ba93;hb=4bc59b8552c3cafd5bc532af265d364b659e1097;hp=b413d8484081aee30ab5063ef7c5c05bc348b891;hpb=5526395594d377e72e9a7311cdc24383cfe867dc;p=oweals%2Fopenwrt.git diff --git a/include/kernel.mk b/include/kernel.mk index b413d84840..52355dcdd3 100644 --- a/include/kernel.mk +++ b/include/kernel.mk @@ -31,6 +31,7 @@ else endif PATCH_DIR ?= ./patches$(shell [ -d "./patches-$(KERNEL_PATCHVER)" ] && printf -- "-$(KERNEL_PATCHVER)" || true ) + FILES_DIR ?= ./files$(shell [ -d "./files-$(KERNEL_PATCHVER)" ] && printf -- "-$(KERNEL_PATCHVER)" || true ) KERNEL_BUILD_DIR ?= $(BUILD_DIR_BASE)/linux-$(BOARD)$(if $(SUBTARGET),_$(SUBTARGET))$(if $(BUILD_SUFFIX),_$(BUILD_SUFFIX)) LINUX_DIR ?= $(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION)