diff options
author | Manuel Lauss <mano@roarinelk.homelinux.net> | 2008-12-21 09:26:14 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-01-11 10:57:25 +0100 |
commit | 58e75e86cf9af1130b3c628d924e6df0bc72832f (patch) | |
tree | 0c3e7511671a74ba5302aa5edbe2695cfbdee9ed /arch/mips/alchemy/db1x00/Makefile | |
parent | MIPS: Add Cavium OCTEON to arch/mips/Kconfig (diff) | |
download | linux-58e75e86cf9af1130b3c628d924e6df0bc72832f.tar.xz linux-58e75e86cf9af1130b3c628d924e6df0bc72832f.zip |
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>
Diffstat (limited to 'arch/mips/alchemy/db1x00/Makefile')
-rw-r--r-- | arch/mips/alchemy/db1x00/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/alchemy/db1x00/Makefile b/arch/mips/alchemy/db1x00/Makefile deleted file mode 100644 index 274db3b55d82..000000000000 --- a/arch/mips/alchemy/db1x00/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# Copyright 2000, 2008 MontaVista Software Inc. -# Author: MontaVista Software, Inc. <source@mvista.com> -# -# Makefile for the Alchemy Semiconductor DBAu1xx0 boards. -# - -lib-y := init.o board_setup.o irqmap.o |