| To: | ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 8/9] MIPS: BCM63XX: build SPI driver platform registration stub |
| From: | Florian Fainelli <florian@openwrt.org> |
| Date: | Mon, 21 Nov 2011 10:14:20 +0100 |
| Cc: | linux-mips@linux-mips.org, Florian Fainelli <florian@openwrt.org> |
| In-reply-to: | <1321866861-14340-1-git-send-email-florian@openwrt.org> |
| References: | <1321866861-14340-1-git-send-email-florian@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Florian Fainelli <florian@openwrt.org> --- arch/mips/bcm63xx/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/mips/bcm63xx/Makefile b/arch/mips/bcm63xx/Makefile index 6dfdc69..4049cd5 100644 --- a/arch/mips/bcm63xx/Makefile +++ b/arch/mips/bcm63xx/Makefile @@ -1,5 +1,6 @@ obj-y += clk.o cpu.o cs.o gpio.o irq.o prom.o setup.o timer.o \ - dev-dsp.o dev-enet.o dev-pcmcia.o dev-uart.o dev-wdt.o + dev-dsp.o dev-enet.o dev-pcmcia.o dev-spi.o dev-uart.o \ + dev-wdt.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o obj-y += boards/ -- 1.7.5.4 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 4/9] MIPS: BCM63XX: define RSET_SPI_SIZE, Florian Fainelli |
|---|---|
| Next by Date: | [PATCH 5/9] MIPS: BCM63XX: remove SPI2 register, Florian Fainelli |
| Previous by Thread: | [PATCH 4/9] MIPS: BCM63XX: define RSET_SPI_SIZE, Florian Fainelli |
| Next by Thread: | [PATCH 5/9] MIPS: BCM63XX: remove SPI2 register, Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |