From 2448cb8a1587da880c525f9bd7e8c029bb56f81f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 28 Apr 2008 22:01:14 +0000 Subject: add optional version suffix to kernel files/ directories SVN-Revision: 10972 --- include/target.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include/target.mk') diff --git a/include/target.mk b/include/target.mk index ce842da795..7010424b43 100644 --- a/include/target.mk +++ b/include/target.mk @@ -106,6 +106,7 @@ include $(INCLUDE_DIR)/kernel-version.mk GENERIC_PLATFORM_DIR := $(TOPDIR)/target/linux/generic-$(KERNEL) GENERIC_PATCH_DIR := $(GENERIC_PLATFORM_DIR)/patches$(shell [ -d "$(GENERIC_PLATFORM_DIR)/patches-$(KERNEL_PATCHVER)" ] && printf -- "-$(KERNEL_PATCHVER)" || true ) +GENERIC_FILES_DIR := $(GENERIC_PLATFORM_DIR)/files$(shell [ -d "$(GENERIC_PLATFORM_DIR)/files-$(KERNEL_PATCHVER)" ] && printf -- "-$(KERNEL_PATCHVER)" || true ) GENERIC_LINUX_CONFIG?=$(firstword $(wildcard $(GENERIC_PLATFORM_DIR)/config-$(KERNEL_PATCHVER) $(GENERIC_PLATFORM_DIR)/config-default)) LINUX_CONFIG?=$(firstword $(wildcard $(foreach subdir,$(PLATFORM_DIR) $(PLATFORM_SUBDIR),$(subdir)/config-$(KERNEL_PATCHVER) $(subdir)/config-default))) -- cgit v1.2.3