Skip to content

Commit aa02798

Browse files
committed
Do not unset KBUILD_EXTRA_SYMBOLS
kpatch-build currently initializes KBUILD_EXTRA_SYMBOLS to "", denying users ability to set it themselves. Fixes: #1238 Signed-off-by: Artem Savkov <asavkov@redhat.com>
1 parent 398103d commit aa02798

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kpatch-build/kpatch-build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,6 @@ grep -q "CONFIG_DEBUG_INFO=y" "$CONFIGFILE" || die "kernel doesn't have 'CONFIG_
845845

846846
# Build variables - Set some defaults, then adjust features
847847
# according to .config and kernel version
848-
KBUILD_EXTRA_SYMBOLS=""
849848
KPATCH_LDFLAGS=""
850849
USE_KLP=0
851850
USE_KLP_ARCH=0

0 commit comments

Comments
 (0)