aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-08-18 21:28:07 -0700
committerChristian Cunningham <cc@localhost>2022-08-18 21:28:07 -0700
commit7f4ff7cf15f93759e8eae18cf8423035dba36c5e (patch)
tree36984611aadb1ab824093817010e71c968ec8fc4 /Makefile
parent1c462971fec7efdb7d92424bfce7653ddacb7b9d (diff)
Rebuild on Linker change
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d2b6c52..8c202d8 100644
--- a/Makefile
+++ b/Makefile
@@ -30,3 +30,10 @@ clean:
run: build
qemu-system-arm -cpu cortex-a7 -m 1G -kernel target/armv7a-none-eabi/release/kernel -machine raspi2b -serial mon:stdio -nographic
+
+init:
+ rustup target install $(TARGET)
+ rustup target add $(TARGET)
+ rustup override set nightly
+ rustup component add llvm-tools-preview
+ cargo install cargo-binutils