Move the test kernel to OSDK/deps

This commit is contained in:
Zhang Junyang
2025-01-04 19:43:50 +08:00
committed by Tate, Hongliang Tian
parent 455b8abba0
commit 9c430b9901
10 changed files with 10 additions and 6 deletions

View File

@ -83,7 +83,7 @@ for TARGET in $TARGETS; do
do_publish_for ostd/libs/ostd-test $TARGET
do_publish_for ostd/libs/linux-bzimage/setup $TARGET
do_publish_for ostd $TARGET
do_publish_for osdk/test-kernel $TARGET
do_publish_for osdk/deps/test-kernel $TARGET
# For actual publishing, we should only publish once. Using any target that
# OSTD supports is OK. Here we use the first target in the list.