david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/arch/x86_64/Makefile.pcbios

16 lines
370 B
Makefile

# -*- makefile -*- : Force emacs to use Makefile mode
# Place .textdata in negative 2GB of address space
#
CFLAGS += -mcmodel=kernel
LDFLAGS += --section-start=.textdata=0xffffffffeb000000
# Assembly code does not respect a red zone.
#
CFLAGS += -mno-red-zone
# Include generic BIOS Makefile
#
MAKEDEPS += arch/x86/Makefile.pcbios
include arch/x86/Makefile.pcbios