mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-16 18:57:31 +02:00
detect changes in package/kernel/modules/*.mk when scanning the package metadata
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6746 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
12120339e2
commit
1d87934c55
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user