fix package/target scanning
SVN-Revision: 6884
This commit is contained in:
parent
071c07028a
commit
216fc583c7
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -47,8 +47,8 @@ endif
|
|||
package/%/Makefile: ;
|
||||
target/%/Makefile: ;
|
||||
|
||||
tmp/.packageinfo: $(wildcard package/*/Makefile include/package*.mk include/kernel.mk)
|
||||
tmp/.targetinfo: $(wildcard target/*/Makefile include/kernel*.mk)
|
||||
tmp/.packageinfo: FORCE
|
||||
tmp/.targetinfo: FORCE
|
||||
tmp/.%info:
|
||||
mkdir -p tmp/info
|
||||
$(NO_TRACE_MAKE) -s -f include/scan.mk SCAN_TARGET="$*info" SCAN_DIR="$(patsubst target,target/linux,$*)" SCAN_NAME="$*" SCAN_DEPS="$^" SCAN_EXTRA=""
|
||||
|
|
Loading…
Reference in a new issue