Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6301a71f authored by Nathan Chancellor's avatar Nathan Chancellor Committed by Greg Kroah-Hartman
Browse files

efi/libstub: Fix 4.9.139 merge resolution



Commit 6b66b2d8 ("efi/libstub: Preserve .debug sections after
absolute relocation check") removed the '-g0' from cflags.

Change-Id: I8f5cfbc215d3697e3c12a4bc4d3b5f96f33fd586
Signed-off-by: default avatarNathan Chancellor <natechancellor@gmail.com>
parent 8fe42840
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ cflags-$(CONFIG_X86) += -m$(BITS) -D__KERNEL__ $(LINUX_INCLUDE) -O2 \
				   -mno-mmx -mno-sse

cflags-$(CONFIG_ARM64)		:= $(subst -pg,,$(KBUILD_CFLAGS)) -fpie
cflags-$(CONFIG_ARM)		:= $(subst -pg,,$(KBUILD_CFLAGS)) -g0 \
cflags-$(CONFIG_ARM)		:= $(subst -pg,,$(KBUILD_CFLAGS)) \
				   -fno-builtin -fpic -mno-single-pic-base

cflags-$(CONFIG_EFI_ARMSTUB)	+= -I$(srctree)/scripts/dtc/libfdt