mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +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
|