artiq/artiq/firmware/bootloader/build.rs
2017-12-28 13:18:51 +00:00

6 lines
65 B
Rust

extern crate build_misoc;
fn main() {
build_misoc::cfg();
}