summaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 288f029..3c52077 100644
--- a/makefile
+++ b/makefile
@@ -32,6 +32,7 @@ all: dir $(BLD)/boot.bin
dir:
@mkdir -p $(BLD)/entry/
@mkdir -p $(BLD)/loader/fs/
+ @mkdir -p $(BLD)/loader/impl/
$(BLD)/boot.bin: $(BLD)/loader.bin
@$(AS) $(ASFLAGS) -f bin $(SRC)/entry/bootsector.asm -o $@