mirror of
https://github.com/ipxe/ipxe
synced 2026-01-31 19:49:50 +03:00
Reduce duplication between i386 and x86_64 by providing a single shared linker script that both architectures can include. Signed-off-by: Michael Brown <mcb30@ipxe.org>
11 lines
215 B
Makefile
11 lines
215 B
Makefile
# -*- 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
|