diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2007-09-25 15:42:09 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-12 00:46:07 +0200 |
commit | 34cc662f8aae0ce1db5c64d55a39a5081f9e3cd8 (patch) | |
tree | 69447356fb052c8aa3a74154f2dee082b64f275d /arch/mips/bcm47xx/Makefile | |
parent | [MIPS] Add CFE support to BCM47XX (diff) | |
download | linux-34cc662f8aae0ce1db5c64d55a39a5081f9e3cd8.tar.xz linux-34cc662f8aae0ce1db5c64d55a39a5081f9e3cd8.zip |
[MIPS] Add gpio support to the BCM47XX platform
Add GPIO support to the BCM47XX platform. It will be used by a GPIO
LED driver.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/bcm47xx/Makefile')
-rw-r--r-- | arch/mips/bcm47xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/bcm47xx/Makefile b/arch/mips/bcm47xx/Makefile index dc035f90d363..0afe09703e3f 100644 --- a/arch/mips/bcm47xx/Makefile +++ b/arch/mips/bcm47xx/Makefile @@ -3,4 +3,4 @@ # under Linux. # -obj-y := irq.o prom.o serial.o setup.o time.o +obj-y := gpio.o irq.o prom.o serial.o setup.o time.o |