summaryrefslogtreecommitdiffstats
path: root/arch/mips/bcm63xx/Makefile
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@gmail.com>2012-11-07 08:25:28 +0000
committerJohn Crispin <blogic@openwrt.org>2012-11-09 11:37:18 +0100
commite7e333cb22e5e34e7a0792f262df52026815662e (patch)
treecad138b38d58b55f72106a50f0cba7eebb3148ef /arch/mips/bcm63xx/Makefile
parentba00e2e5c24f447fb09437a99df697787103f0cd (diff)
downloadop-kernel-dev-e7e333cb22e5e34e7a0792f262df52026815662e.zip
op-kernel-dev-e7e333cb22e5e34e7a0792f262df52026815662e.tar.gz
MIPS: BCM63XX: move nvram functions into their own file
Refactor nvram related functions into its own unit for easier expansion and exposure of the values to other drivers. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> Patchwork: http://patchwork.linux-mips.org/patch/4516 Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'arch/mips/bcm63xx/Makefile')
-rw-r--r--arch/mips/bcm63xx/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/mips/bcm63xx/Makefile b/arch/mips/bcm63xx/Makefile
index bfc9b84..ac28073 100644
--- a/arch/mips/bcm63xx/Makefile
+++ b/arch/mips/bcm63xx/Makefile
@@ -1,6 +1,7 @@
-obj-y += clk.o cpu.o cs.o gpio.o irq.o prom.o reset.o setup.o \
- timer.o dev-dsp.o dev-enet.o dev-flash.o dev-pcmcia.o \
- dev-rng.o dev-spi.o dev-uart.o dev-wdt.o dev-usb-usbd.o
+obj-y += clk.o cpu.o cs.o gpio.o irq.o nvram.o prom.o reset.o \
+ setup.o timer.o dev-dsp.o dev-enet.o dev-flash.o \
+ dev-pcmcia.o dev-rng.o dev-spi.o dev-uart.o dev-wdt.o \
+ dev-usb-usbd.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
obj-y += boards/
OpenPOWER on IntegriCloud