re-factored the makefile and improved qemu debug experience.
[lunaix-os.git] / lunaix-os / config / make-locations
diff --git a/lunaix-os/config/make-locations b/lunaix-os/config/make-locations
new file mode 100644 (file)
index 0000000..b60503e
--- /dev/null
@@ -0,0 +1,9 @@
+BUILD_DIR := build
+KERNEL_DIR := kernel
+OBJECT_DIR := $(BUILD_DIR)/obj
+BIN_DIR := $(BUILD_DIR)/bin
+ISO_DIR := $(BUILD_DIR)/iso
+ISO_BOOT_DIR := $(ISO_DIR)/boot
+ISO_GRUB_DIR := $(ISO_BOOT_DIR)/grub
+
+INCLUDES_DIR := includes
\ No newline at end of file