浏览代码

Merge pull request #6 from SKTT1Ryze/husccc

Hotfix for toolchain system path issue
Luo Jia 4 年之前
父节点
当前提交
5b6223af8e
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Cargo.toml

+ 2 - 1
Cargo.toml

@@ -2,5 +2,6 @@
 # RustSBI library and all supported platforms
 members = [
     "rustsbi",
-    "platform/*",
+    "platform/k210",
+    "platform/qemu",
 ]