ksupport: fix proto_artiq dependency

pull/1745/head
occheung 2021-08-23 11:29:18 +08:00
parent 29a2f106d1
commit 9afe63c08a
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ io = { path = "../libio", features = ["byteorder"] }
dyld = { path = "../libdyld" }
board_misoc = { path = "../libboard_misoc" }
board_artiq = { path = "../libboard_artiq" }
proto_artiq = { path = "../libproto_artiq" }
riscv = { version = "0.6.0", features = ["inline-asm"] }
libc = { path = "../libc" }
unwind = { path = "../libunwind" }