blob: 9447b914886fbeae2072bc640f915a7d66375b6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# include sysmacros.h in extlinux, otherwise you get undefined references
# to minor and major
source+=(syslinux-sysmacros.patch)
sha256sums+=('52c5233da147acd41d542b1673835be966b561e3')
eval "$(
declare -f prepare | \
sed '
/patch.*efi_no_kbd/a patch -p1 < ../syslinux-sysmacros.patch
'
)"
# don't build efi64
_targets='bios efi32'
|