Home
last modified time | relevance | path

Searched hist:c7cd8824 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/parisc/kernel/
H A DMakefilediff c7cd8824 Fri Apr 13 19:54:37 GMT 2018 Helge Deller <deller@gmx.de> parisc: Fix missing binfmt_elf32.o build error

Commit 71d577db01a5 ("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: 71d577db01a5 ("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>