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