9 lines
178 B
Makefile
9 lines
178 B
Makefile
include $(ROOT)/mk/user/x86_64.mk
|
|
include $(ROOT)/mk/arch/toolchain-x86_64.mk
|
|
|
|
LDFLAGS += -m elf_x86_64 \
|
|
--no-dynamic-linker \
|
|
-z text \
|
|
-z max-page-size=0x1000
|
|
|