9 lines
275 B
Plaintext
9 lines
275 B
Plaintext
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
|