mirror of https://github.com/m-labs/artiq.git
This commit is contained in:
parent
94b0783897
commit
82c4c61290
|
@ -1,6 +1,6 @@
|
||||||
extern crate build_artiq;
|
extern crate build_artiq;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
build_artiq::misoc_registers();
|
build_artiq::misoc_cfg();
|
||||||
println!("cargo:rustc-cfg={}", "ksupport");
|
println!("cargo:rustc-cfg={}", "ksupport");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue