package/kvmtool: remove unneeded KVMTOOL_EXTRA_LDFLAGS

Buildroot commit [1] "kvmtool: bump to f77d646ba0" removed the
definition of KVMTOOL_EXTRA_LDFLAGS but forgot to remove its usage
in KVMTOOL_MAKE_OPTS.

This commit removes it since it is no longer needed.

[1] f20615b53e

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 443307ef50)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Julien Olivain
2025-12-17 00:14:43 +01:00
committed by Thomas Perale
parent 5151492c6c
commit 50c14b41fc

View File

@@ -22,7 +22,7 @@ KVMTOOL_CPE_ID_VALID = YES
# Disable -Werror, otherwise musl is not happy
KVMTOOL_MAKE_OPTS = \
CROSS_COMPILE="$(TARGET_CROSS)" \
LDFLAGS="$(TARGET_LDFLAGS) $(KVMTOOL_EXTRA_LDFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
WERROR=0
define KVMTOOL_BUILD_CMDS