aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ddf9b2..ae1b14c 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ $(BUILD)/kernel : rust_kernel startup.o $(ASMOBJ_PREFIXED)
$(BUILD)/_%.o : %.s | $(BUILD)
@echo "---ASM $@"
@if test \( ! \( -d $(@D) \) \) ;then mkdir -p $(@D);fi
- $(VERBOSE) $(ASM) $(ASMFLAGS) -o $@ $<
+ $(VERBOSE) nasm $(NASMFLAGS) -o $@ $<
# Compile the rust part: note that the the cargo crate is of type [staticlib],
# if you don't define this, the linker will have troubles, especially when we