mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
11 lines
218 B
Makefile
11 lines
218 B
Makefile
|
|
# -*- makefile -*- : Force emacs to use Makefile mode
|
||
|
|
|
||
|
|
# Starting virtual address
|
||
|
|
#
|
||
|
|
LDFLAGS += -Ttext=0x10000
|
||
|
|
|
||
|
|
# Include generic Linux Makefile
|
||
|
|
#
|
||
|
|
MAKEDEPS += arch/riscv/Makefile.linux
|
||
|
|
include arch/riscv/Makefile.linux
|