Explorar o código

deptest: Install the kernel at init stage

SVN-Revision: 23809
Michael Büsch %!s(int64=15) %!d(string=hai) anos
pai
achega
87fe1d36d3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      scripts/deptest.sh

+ 1 - 0
scripts/deptest.sh

@@ -31,6 +31,7 @@ mkdir -p "$STAMP_DIR_SUCCESS" "$STAMP_DIR_FAILED" "$BUILD_DIR" "$BUILD_DIR_HOST"
 	make tools/install V=99 || die "make tools/install failed, please check"
 	make tools/install V=99 || die "make tools/install failed, please check"
 	cp -al staging_dir/host "$STAGING_DIR_HOST_TMPL"
 	cp -al staging_dir/host "$STAGING_DIR_HOST_TMPL"
 	make toolchain/install V=99 || die "make toolchain/install failed, please check"
 	make toolchain/install V=99 || die "make toolchain/install failed, please check"
+	make target/linux/install V=99 || die "make target/linux/install failed, please check"
 }
 }
 
 
 for pkg in `cat tmp/.packagedeps  | grep CONFIG_PACKAGE | grep -v curdir | sed -e 's,.*[/=]\s*,,' | sort -u`; do
 for pkg in `cat tmp/.packagedeps  | grep CONFIG_PACKAGE | grep -v curdir | sed -e 's,.*[/=]\s*,,' | sort -u`; do