mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
851d4f5d38
The PB1100/1500 are similar to their DB-cousins but with a few more devices on the bus. This patch adds PB1100/1500 support to the existing DB1100/1500 code. Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com> Cc: lnux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/4338/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
9 lines
183 B
Makefile
9 lines
183 B
Makefile
#
|
|
# Alchemy Develboards
|
|
#
|
|
|
|
obj-y += bcsr.o platform.o
|
|
obj-$(CONFIG_PM) += pm.o
|
|
obj-$(CONFIG_MIPS_DB1000) += db1000.o
|
|
obj-$(CONFIG_MIPS_DB1235) += db1235.o db1200.o db1300.o db1550.o
|