aboutsummaryrefslogtreecommitdiffstats
path: root/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.sh b/make.sh
index 083d33b..5bddd9f 100755
--- a/make.sh
+++ b/make.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-AS_BOOT="nasm -fbin -Isrc/boot/ -Isrc/"
-AS_KERN="nasm -fbin -Isrc/boot/ -Isrc/kernel/ -Isrc/"
+AS_BOOT="nasm -fbin -Isrc/boot/ -Icommon/"
+AS_KERN="nasm -fbin -Isrc/boot/ -Isrc/kernel/ -Icommon/"
SRC_DIR="src"
DST_DIR="dst"