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

SVN-Revision: 6746
This commit is contained in:
Felix Fietkau 2007-03-28 18:06:33 +00:00
parent e71ae20b0b
commit 36b75197e3
1 changed files with 5 additions and 0 deletions

View File

@ -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