aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8575032..82555a4 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ $(BUILD)/_%.o : %.s | $(BUILD)
# define this, the linker will have troubles, especially when we use a "no_std" build
rust_kernel: check
@echo "---BUILDING RUST KERNEL---"
- @RUSTFLAGS="$(RUSTC_FLAGS)" cargo xbuild --target $(CARGO_XBUILD_TARGET) $(CARGO_XBUILD_FLAGS)
+ RUSTFLAGS="$(RUSTC_FLAGS)" cargo build --target $(CARGO_XBUILD_TARGET) $(CARGO_XBUILD_FLAGS)
# need nasm
# TODO make this arch dependent