summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/Makefile
diff options
context:
space:
mode:
authorVincent Whitchurch <vincent.whitchurch@axis.com>2021-12-08 16:11:22 +0100
committerRichard Weinberger <richard@nod.at>2021-12-22 20:32:36 +0100
commit361640b4fdc86167b0c25d8e73c08dcaa4ecd28a (patch)
tree36af31f11c70be3c0e135c6c56a5bc569acef444 /arch/um/kernel/Makefile
parent8bb227ac34c062b466a0d5fd21f060010375880b (diff)
downloadlinux-361640b4fdc86167b0c25d8e73c08dcaa4ecd28a.tar.bz2
um: Extract load file helper from initrd.c
The file loading support in initrd.c can be re-used for loading devicetrees. Move it out of initrd.c. Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/kernel/Makefile')
-rw-r--r--arch/um/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/kernel/Makefile b/arch/um/kernel/Makefile
index 7ab6d40558b6..4ab4a0011043 100644
--- a/arch/um/kernel/Makefile
+++ b/arch/um/kernel/Makefile
@@ -18,6 +18,7 @@ obj-y = config.o exec.o exitcode.o irq.o ksyms.o mem.o \
physmem.o process.o ptrace.o reboot.o sigio.o \
signal.o sysrq.o time.o tlb.o trap.o \
um_arch.o umid.o maccess.o kmsg_dump.o capflags.o skas/
+obj-y += load_file.o
obj-$(CONFIG_BLK_DEV_INITRD) += initrd.o
obj-$(CONFIG_GPROF) += gprof_syms.o