소스 검색

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",
 ]