diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-01-22 12:50:10 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-02-01 10:00:21 +0100 |
commit | e33b0451e983734b20f423f3fd68016c34d5724d (patch) | |
tree | 06275d2d5cc82b9acfc56d0c240413dc32686008 /arch/mips/pnx8550/Makefile | |
parent | 9b73100911ac6886e1bbf54a4626d545f9ba6ddf (diff) |
MIPS: PNX8550: Remove support for SOC and JBS and STB810 boards.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pnx8550/Makefile')
-rw-r--r-- | arch/mips/pnx8550/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/pnx8550/Makefile b/arch/mips/pnx8550/Makefile deleted file mode 100644 index 3f7e8561437..00000000000 --- a/arch/mips/pnx8550/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -obj-$(CONFIG_SOC_PNX8550) += common/ -obj-$(CONFIG_PNX8550_JBS) += jbs/ -obj-$(CONFIG_PNX8550_STB810) += stb810/ |