diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-10-20 23:28:50 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-27 16:18:27 +0000 |
commit | bc89b2bdefa5f56133d0b19a220880d4ada62560 (patch) | |
tree | 0b5698b5c9d47c3771e27660a10d51b79001b9db /arch/mips/txx9/generic/Makefile | |
parent | f591eb1e6896e26675e91a319cc93f3800dbaad4 (diff) | |
download | talos-obmc-linux-bc89b2bdefa5f56133d0b19a220880d4ada62560.tar.gz talos-obmc-linux-bc89b2bdefa5f56133d0b19a220880d4ada62560.zip |
MIPS: TXx9: 7 segment LED support
Add sysfs interface for 7 segment LED and implement access routine for
RBTX4939.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/txx9/generic/Makefile')
-rw-r--r-- | arch/mips/txx9/generic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/txx9/generic/Makefile b/arch/mips/txx9/generic/Makefile index 0030d23bef5b..f2579ce054a1 100644 --- a/arch/mips/txx9/generic/Makefile +++ b/arch/mips/txx9/generic/Makefile @@ -10,5 +10,6 @@ obj-$(CONFIG_SOC_TX4938) += mem_tx4927.o setup_tx4938.o irq_tx4938.o obj-$(CONFIG_SOC_TX4939) += setup_tx4939.o irq_tx4939.o obj-$(CONFIG_TOSHIBA_FPCIB0) += smsc_fdc37m81x.o obj-$(CONFIG_SPI) += spi_eeprom.o +obj-$(CONFIG_TXX9_7SEGLED) += 7segled.o EXTRA_CFLAGS += -Werror |