blob: 3372d70b018ef169d3a9a6d3730933d15cc591d8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# -*- makefile -*- : Force emacs to use Makefile mode
# Starting virtual address
#
LDFLAGS += -Ttext=0x400000
# Include generic Linux Makefile
#
MAKEDEPS += arch/x86/Makefile.linux
include arch/x86/Makefile.linux
|