summaryrefslogtreecommitdiff
path: root/arch/mips/ralink/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-05-21 15:50:31 +0200
committerRalf Baechle <ralf@linux-mips.org>2014-11-24 07:45:22 +0100
commit7a1a44c909fcb4707b01448a28490d7be366b530 (patch)
treeb432ae4a7b020a31401e1b0ed280a4a0ee9c3557 /arch/mips/ralink/Makefile
parent1e209c969a40c1eeb789515d01d8dd1427982a54 (diff)
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/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/ralink/Makefile b/arch/mips/ralink/Makefile
index 833fa677e6b8..a6c9d0061326 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