diff options
author | John Crispin <blogic@openwrt.org> | 2013-05-21 13:50:31 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 06:45:22 (GMT) |
commit | 7a1a44c909fcb4707b01448a28490d7be366b530 (patch) | |
tree | b432ae4a7b020a31401e1b0ed280a4a0ee9c3557 /arch/mips/ralink/Makefile | |
parent | 1e209c969a40c1eeb789515d01d8dd1427982a54 (diff) | |
download | linux-7a1a44c909fcb4707b01448a28490d7be366b530.tar.xz |
MIPS: ralink: add a bootrom dumper module
This patch adds a trivial driver that allows userland to extract the bootrom of
a SoC via debugfs.
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/8002/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ralink/Makefile')
-rw-r--r-- | arch/mips/ralink/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/ralink/Makefile b/arch/mips/ralink/Makefile index 833fa67..a6c9d00 100644 --- a/arch/mips/ralink/Makefile +++ b/arch/mips/ralink/Makefile @@ -18,3 +18,5 @@ obj-$(CONFIG_SOC_RT3883) += rt3883.o obj-$(CONFIG_SOC_MT7620) += mt7620.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o + +obj-$(CONFIG_DEBUG_FS) += bootrom.o |