diff options
-rw-r--r-- | arch/arm64/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile index 1c43cec971b5..a20c28348be4 100644 --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile | |||
@@ -15,8 +15,6 @@ CPPFLAGS_vmlinux.lds = -DTEXT_OFFSET=$(TEXT_OFFSET) | |||
15 | OBJCOPYFLAGS :=-O binary -R .note -R .note.gnu.build-id -R .comment -S | 15 | OBJCOPYFLAGS :=-O binary -R .note -R .note.gnu.build-id -R .comment -S |
16 | GZFLAGS :=-9 | 16 | GZFLAGS :=-9 |
17 | 17 | ||
18 | LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) | ||
19 | |||
20 | KBUILD_DEFCONFIG := defconfig | 18 | KBUILD_DEFCONFIG := defconfig |
21 | 19 | ||
22 | KBUILD_CFLAGS += -mgeneral-regs-only | 20 | KBUILD_CFLAGS += -mgeneral-regs-only |
@@ -50,7 +48,6 @@ core-$(CONFIG_KVM) += arch/arm64/kvm/ | |||
50 | core-$(CONFIG_XEN) += arch/arm64/xen/ | 48 | core-$(CONFIG_XEN) += arch/arm64/xen/ |
51 | core-$(CONFIG_CRYPTO) += arch/arm64/crypto/ | 49 | core-$(CONFIG_CRYPTO) += arch/arm64/crypto/ |
52 | libs-y := arch/arm64/lib/ $(libs-y) | 50 | libs-y := arch/arm64/lib/ $(libs-y) |
53 | libs-y += $(LIBGCC) | ||
54 | libs-$(CONFIG_EFI_STUB) += drivers/firmware/efi/libstub/ | 51 | libs-$(CONFIG_EFI_STUB) += drivers/firmware/efi/libstub/ |
55 | 52 | ||
56 | # Default target when executing plain make | 53 | # Default target when executing plain make |