Working i386 paging and liballoc
This commit is contained in:
8
kernel/make.src
Normal file
8
kernel/make.src
Normal file
@@ -0,0 +1,8 @@
|
||||
dir_kernel := $(patsubst %/,%,$(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
||||
|
||||
kernel_cflags += -isystem $(dir_kernel)
|
||||
|
||||
include platform/$(platform)/make.src
|
||||
include libk/make.src
|
||||
include sync/make.src
|
||||
include mm/make.src
|
||||
Reference in New Issue
Block a user