summaryrefslogtreecommitdiffstats
path: root/src/arch/x86_64/Makefile.pcbios
blob: ba4c8d8dc0d22ffded8375866882b4f5015aa148 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- 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