瀏覽代碼

fix cargo build error

Anonymous 4 年之前
父節點
當前提交
e1a68e084a
共有 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",
 ]