diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-08-22 00:36:32 +0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-12-08 14:01:48 +0400 |
commit | 7bc1e4d8d506462c7d40118196f79a709f3fecfd (patch) | |
tree | e9d72b9a9e1e0368b9d3e3a9ccae929fd2ab947e /arch/m68k/kernel/Makefile | |
parent | 7d5f5fa276efbbe45f0ed270b3f4e4a2816398c2 (diff) | |
download | linux-7bc1e4d8d506462c7d40118196f79a709f3fecfd.tar.xz |
m68k: Add support to export bootinfo in procfs
Add optional support to export the bootinfo used to boot the kernel in a
"bootinfo" file in procfs. This is useful with kexec.
This is based on the similar feature for ATAGS on ARM.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/kernel/Makefile')
-rw-r--r-- | arch/m68k/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/kernel/Makefile b/arch/m68k/kernel/Makefile index 7ee5f00a9abb..2d5d9be16273 100644 --- a/arch/m68k/kernel/Makefile +++ b/arch/m68k/kernel/Makefile @@ -23,4 +23,5 @@ obj-$(CONFIG_PCI) += pcibios.o obj-$(CONFIG_HAS_DMA) += dma.o obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o +obj-$(CONFIG_BOOTINFO_PROC) += bootinfo_proc.o |