Skip to content

Commit 29d02e7

Browse files
committed
Small Fix.
1 parent 4b6bd7d commit 29d02e7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

os/Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,10 @@ DISASM ?= -x
3535
build: env $(KERNEL_BIN) $(FS_IMG)
3636

3737
env:
38-
<<<<<<< HEAD
39-
(rustup component list | grep "rust-src") || rustup component add rust-src
40-
(rustup component list | grep "llvm-tools-preview") || rustup component add llvm-tools-preview
41-
(which rust-objdump) || cargo install cargo-binutils
42-
(rustup target list | grep "riscv64gc-unknown-none-elf") || rustup target add riscv64gc-unknown-none-elf
43-
=======
4438
(rustup target list | grep "riscv64gc-unknown-none-elf (installed)") || rustup target add $(TARGET)
4539
cargo install cargo-binutils
4640
rustup component add rust-src
4741
rustup component add llvm-tools-preview
48-
>>>>>>> dev
4942

5043
sdcard: $(FS_IMG)
5144
@echo "Are you sure write to $(SDCARD) ? [y/N] " && read ans && [ $${ans:-N} = y ]

0 commit comments

Comments
 (0)