Initial commit - UEFI application building
This commit is contained in:
6
src/arch/x86_64/config.mk
Normal file
6
src/arch/x86_64/config.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
AS := nasm
|
||||
ASFLAGS := -felf
|
||||
LDFLAGS := -m elf_x86_64
|
||||
CFLAGS := -march=nocona -m64
|
||||
|
||||
# vim:ft=make
|
||||
Reference in New Issue
Block a user