Browse Source

make sure that when the kernel config changes, compile is triggered for all kernel dependent packages

SVN-Revision: 12503
Felix Fietkau 17 years ago
parent
commit
096531f61e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/kernel.mk

+ 2 - 0
include/kernel.mk

@@ -126,6 +126,8 @@ $(call KernelPackage/$(1)/config)
     endef
   endif
 
+  $(STAMP_BUILT): $(LINUX_DIR)/.config
+
   ifneq ($(if $(filter-out %=y %=n %=m,$(KCONFIG)),$(filter m,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),.),)
     ifneq ($(strip $(FILES)),)
       define Package/kmod-$(1)/install