]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: Fix missing binfmt_elf32.o build error
authorHelge Deller <deller@gmx.de>
Fri, 13 Apr 2018 19:54:37 +0000 (21:54 +0200)
committerHelge Deller <deller@gmx.de>
Sat, 14 Apr 2018 09:17:59 +0000 (11:17 +0200)
commite7ba237e94a98baae9c91919969b4a2ea96f60b4
treee4a5c3b151d381832d927f44b13441d645ee9508
parent510ca4e497be1ce1d3107882f152ce357ae79439
parisc: Fix missing binfmt_elf32.o build error

Commit 5407e5d467b6 ("parisc: Switch to generic COMPAT_BINFMT_ELF")
removed the binfmt_elf32.c source file, but missed to drop the object
file from the list of object files the Makefile, which then results in a
build error.

Fixes: 5407e5d467b6 ("parisc: Switch to generic COMPAT_BINFMT_ELF")
Reported-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/Makefile