This website requires JavaScript.
Explore
Help
Sign In
M-Labs
/
artiq
mirror of
https://github.com/m-labs/artiq.git
Watch
2
Star
0
Fork
You've already forked artiq
2
Code
Issues
Projects
Releases
Wiki
Activity
091bb28043
artiq
/
artiq
/
firmware
/
libboard
/
build.rs
6 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
libboard: use libbuild_artiq
2017-09-05 21:13:04 +08:00
extern
crate
build_artiq
;
libboard: use --cfg
2017-01-04 04:39:40 +08:00
fn
main
(
)
{
libboard: use libbuild_artiq
2017-09-05 21:13:04 +08:00
build_artiq
::
misoc_cfg
(
)
;
libboard: use --cfg
2017-01-04 04:39:40 +08:00
}