add PKG_NAME to prereq-build.mk so that failed checks show a proper prefix instead...
[openwrt.git] / include / scan.mk
index ff23e09..a7f74ec 100644 (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
This page took 0.022191 seconds and 4 git commands to generate.