git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
feat: wrapper function for bootstraping user program
[lunaix-os.git]
/
lunaix-os
/
config
/
make-locations
diff --git
a/lunaix-os/config/make-locations
b/lunaix-os/config/make-locations
index b60503ea21e56c344921710f827b6cfe0032cdb4..093f7baaf020627e24103bd886360a3aca8a6d5d 100644
(file)
--- 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
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
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