Skip to content

Commit a27fc14

Browse files
committed
Merge branch 'parisc-4.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Pull parisc build fix from Helge Deller: "Fix build error because of missing binfmt_elf32.o file which is still mentioned in the Makefile" * 'parisc-4.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux: parisc: Fix missing binfmt_elf32.o build error
2 parents d95c884 + c7cd882 commit a27fc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/parisc/kernel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ obj-$(CONFIG_SMP) += smp.o
2323
obj-$(CONFIG_PA11) += pci-dma.o
2424
obj-$(CONFIG_PCI) += pci.o
2525
obj-$(CONFIG_MODULES) += module.o
26-
obj-$(CONFIG_64BIT) += binfmt_elf32.o sys_parisc32.o signal32.o
26+
obj-$(CONFIG_64BIT) += sys_parisc32.o signal32.o
2727
obj-$(CONFIG_STACKTRACE)+= stacktrace.o
2828
obj-$(CONFIG_AUDIT) += audit.o
2929
obj64-$(CONFIG_AUDIT) += compat_audit.o

0 commit comments

Comments
 (0)