-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIPS: Alchemy: Move development board code to common subdirectory
This should ease sharing of common devboard code. Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
- Loading branch information
Manuel Lauss
authored and
Ralf Baechle
committed
Jan 11, 2009
1 parent
a86c7f7
commit 58e75e8
Showing
27 changed files
with
28 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# | ||
# Alchemy Develboards | ||
# | ||
|
||
obj-$(CONFIG_MIPS_PB1000) += pb1000/ | ||
obj-$(CONFIG_MIPS_PB1100) += pb1100/ | ||
obj-$(CONFIG_MIPS_PB1200) += pb1200/ | ||
obj-$(CONFIG_MIPS_PB1500) += pb1500/ | ||
obj-$(CONFIG_MIPS_PB1550) += pb1550/ | ||
obj-$(CONFIG_MIPS_DB1000) += db1x00/ | ||
obj-$(CONFIG_MIPS_DB1100) += db1x00/ | ||
obj-$(CONFIG_MIPS_DB1200) += pb1200/ | ||
obj-$(CONFIG_MIPS_DB1500) += db1x00/ | ||
obj-$(CONFIG_MIPS_DB1550) += db1x00/ | ||
obj-$(CONFIG_MIPS_BOSPORUS) += db1x00/ | ||
obj-$(CONFIG_MIPS_MIRAGE) += db1x00/ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.