Loading arch/mips/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,6 @@ KBUILD_DEFCONFIG := ip22_defconfig cflags-y := -ffunction-sections # # Select the object file format to substitute into the linker script. # Loading Loading @@ -50,6 +48,8 @@ ifneq ($(SUBARCH),$(ARCH)) endif endif cflags-y := -ffunction-sections ifdef CONFIG_32BIT ld-emul = $(32bit-emul) vmlinux-32 = vmlinux Loading Loading
arch/mips/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,6 @@ KBUILD_DEFCONFIG := ip22_defconfig cflags-y := -ffunction-sections # # Select the object file format to substitute into the linker script. # Loading Loading @@ -50,6 +48,8 @@ ifneq ($(SUBARCH),$(ARCH)) endif endif cflags-y := -ffunction-sections ifdef CONFIG_32BIT ld-emul = $(32bit-emul) vmlinux-32 = vmlinux Loading