also exclude hppa-firmware.img ROM from build
We don't use it and with debhelper compat level >= 11, the switch from detecting files for strip through patters to checking for an ELF header caused a build failure with the hppa-firmware.img ROM, as some tools cannot cope with HP PARISC files. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
cb2b3190a4
commit
6facdf3a08
1
Makefile
1
Makefile
@ -20,6 +20,7 @@ submodule:
|
|||||||
test -f "${SRCDIR}/configure" || git submodule update --init --recursive
|
test -f "${SRCDIR}/configure" || git submodule update --init --recursive
|
||||||
|
|
||||||
PC_BIOS_FW_PURGE_LIST_IN = \
|
PC_BIOS_FW_PURGE_LIST_IN = \
|
||||||
|
hppa-firmware.img \
|
||||||
openbios-ppc \
|
openbios-ppc \
|
||||||
openbios-sparc32 \
|
openbios-sparc32 \
|
||||||
openbios-sparc64 \
|
openbios-sparc64 \
|
||||||
|
Loading…
Reference in New Issue
Block a user