Browse Source

detect changes in package/kernel/modules/*.mk when scanning the package metadata

SVN-Revision: 6746
Felix Fietkau 19 years ago
parent
commit
36b75197e3
1 changed files with 5 additions and 0 deletions
  1. 5 0
      include/scan.mk

+ 5 - 0
include/scan.mk

@@ -32,6 +32,11 @@ $(SCAN_STAMP):
 	touch $@
 endif
 
+# FIXME: generate this dynamically?
+ifeq ($(SCAN_TARGET),pkginfo)
+tmp/info/.pkginfo-kernel: $(shell ls package/kernel/modules/*.mk)
+endif
+
 define scanfiles
 $(foreach FILE,$(SCAN),
   tmp/.$(SCAN_TARGET): tmp/info/.$(SCAN_TARGET)-$(FILE) FORCE