diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2007-09-25 17:43:07 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-12 02:46:07 +0400 |
commit | 21c854dcbd7698bf723676a552968040e2813490 (patch) | |
tree | 42add34cd3015837be4e3099abfa9db20e8a7957 /arch/mips/bcm47xx/Makefile | |
parent | 34cc662f8aae0ce1db5c64d55a39a5081f9e3cd8 (diff) | |
download | linux-21c854dcbd7698bf723676a552968040e2813490.tar.xz |
[MIPS] GPIO LED driver for the WGT634U machine
Add LED support to the WGT634U machine. It uses the new gpio-led
driver and a platform driver for the pin definitions.
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 0afe09703e3f..35294b12d638 100644 --- a/arch/mips/bcm47xx/Makefile +++ b/arch/mips/bcm47xx/Makefile @@ -3,4 +3,4 @@ # under Linux. # -obj-y := gpio.o irq.o prom.o serial.o setup.o time.o +obj-y := gpio.o irq.o prom.o serial.o setup.o time.o wgt634u.o |