X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/42211aab6f00d307978b791a5e024eceabcc4eaf..45e1f8b055043e54be35462852ab6649d634da7c:/lunaix-os/config/make-locations?ds=sidebyside diff --git a/lunaix-os/config/make-locations b/lunaix-os/config/make-locations index b60503e..093f7ba 100644 --- a/lunaix-os/config/make-locations +++ b/lunaix-os/config/make-locations @@ -3,7 +3,8 @@ KERNEL_DIR := kernel OBJECT_DIR := $(BUILD_DIR)/obj BIN_DIR := $(BUILD_DIR)/bin ISO_DIR := $(BUILD_DIR)/iso +USR_DIR := $(BUILD_DIR)/usr ISO_BOOT_DIR := $(ISO_DIR)/boot ISO_GRUB_DIR := $(ISO_BOOT_DIR)/grub -INCLUDES_DIR := includes \ No newline at end of file +INCLUDES := -Iincludes -Iusr/includes \ No newline at end of file