aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86_64/Makefile.linux
blob: 9b572541ef228b989da3d82108521e18ac127bfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- makefile -*- : Force emacs to use Makefile mode

# Linker script
#
LDSCRIPT = arch/x86_64/scripts/linux.lds

# Starting virtual address
#
LDFLAGS += -Ttext=0x400000

# Include generic Linux Makefile
#
MAKEDEPS += arch/x86/Makefile.linux
include arch/x86/Makefile.linux