Skip to content

Commit d9413b7

Browse files
committed
Provide LoFive R0 memory definitions
1 parent 019ee60 commit d9413b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ fn main() {
3232
fs::copy("memory-hifive1-revb.x", out_dir.join("hifive1-memory.x")).unwrap();
3333
println!("cargo:rerun-if-changed=memory-hifive1-revb.x");
3434
}
35-
"lofive" => {}
36-
"lofive_r1" => {
35+
"lofive" | "lofive_r1" => {
3736
fs::copy("memory-lofive-r1.x", out_dir.join("hifive1-memory.x")).unwrap();
3837
println!("cargo:rerun-if-changed=memory-lofive-r1.x");
3938
}

0 commit comments

Comments
 (0)