mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
ee86b9d47a
Fixes #1220.
14 lines
312 B
Makefile
14 lines
312 B
Makefile
LICENSE := GPLv2
|
|
VERSION := git
|
|
DOWNLOADS := ipxe.git
|
|
|
|
URL(ipxe) := http://git.ipxe.org/ipxe.git
|
|
REV(ipxe) := c4bce43c3c4d3c5ebb2d926b58ad16dc9642c19d
|
|
DIR(ipxe) := src/lib/dde_ipxe
|
|
|
|
PATCHES := patches/dde_ipxe.patch \
|
|
patches/i217lm.patch
|
|
PATCH_OPT := -p1 -d ${DIR(ipxe)}
|
|
|
|
# vi: set ft=make :
|