artiq/artiq/firmware/runtime/build.rs

6 lines
65 B
Rust
Raw Normal View History

extern crate build_misoc;
2016-09-30 06:04:52 +08:00
fn main() {
build_misoc::cfg();
2016-09-30 06:04:52 +08:00
}