summaryrefslogtreecommitdiff
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 9465dd1..2de743c 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,7 @@ $(KERNEL_ELF): $(KERNEL_OBJS) linker.ld | $(BIN_DIR)
$(KERNEL_BIN): $(KERNEL_ELF) | $(BIN_DIR)
@echo " OBJCOPY $@"
- $(OBJCOPY) $(OBJCOPY_FLAG) $(KERNEL_ELF) $(KERNEL_BIN)
+ $(OBJCOPY) $(KERNEL_OBJCOPY_FLAG) $(KERNEL_ELF) $(KERNEL_BIN)
$(OBJ_DIR)/%.o: %.c# | $(OBJ_DIR)/%
@mkdir -p $(dir $@)