X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-build.mk;h=5c58e443df43b815a6b066455f5f5fb6e8ac30ad;hb=3888e77c1c686d8135be2aaa3a820ac96e4c8111;hp=e45b43f00a09337b90394bb26955c95be2a54b82;hpb=fec38ebf0d0ffba22937e181941cea7d9cddf808;p=openwrt%2Fstaging%2Fjow.git diff --git a/include/kernel-build.mk b/include/kernel-build.mk index e45b43f00a..5c58e443df 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -11,7 +11,7 @@ ifneq ($(DUMP),1) all: compile endif -KERNEL_FILE_DEPENDS=$(GENERIC_PATCH_DIR) $(PATCH_DIR) $(GENERIC_FILES_DIR) $(FILES_DIR) +KERNEL_FILE_DEPENDS=$(BACKPORT_PATCH_DIR) $(GENERIC_PATCH_DIR) $(GENERIC_HACK_DIR) $(PATCH_DIR) $(GENERIC_FILES_DIR) $(FILES_DIR) STAMP_PREPARED=$(LINUX_DIR)/.prepared$(if $(QUILT)$(DUMP),,_$(shell $(call find_md5,$(KERNEL_FILE_DEPENDS),))) STAMP_CONFIGURED:=$(LINUX_DIR)/.configured include $(INCLUDE_DIR)/download.mk