summary refs log tree commit diff
path: root/arch/sh/boards/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-01-28 15:08:21 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-01-28 15:08:21 +0900
commitf655f5e956eaf4fcda983f3b3d37c76371556c27 (patch)
treef1fd617afe0856a303b5e9ca470358c97cc33c92 /arch/sh/boards/Makefile
parent7013109f52ff38ad9ea38952cedc144c8e8b9636 (diff)
downloadlinux-f655f5e956eaf4fcda983f3b3d37c76371556c27.tar.gz
sh: mach-titan: Kill off unused PIO port mangling.
Nothing is using this, kill it off. Fixing up access sizes can be done
with trapped I/O for anyone wanting to make use of this for devices that
need it, everything else is already pure MMIO.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/Makefile')
-rw-r--r--arch/sh/boards/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/Makefile b/arch/sh/boards/Makefile
index ce0f26381784..4f90f9b7a922 100644
--- a/arch/sh/boards/Makefile
+++ b/arch/sh/boards/Makefile
@@ -8,3 +8,4 @@ obj-$(CONFIG_SH_SHMIN)		+= board-shmin.o
 obj-$(CONFIG_SH_EDOSK7760)	+= board-edosk7760.o
 obj-$(CONFIG_SH_ESPT)		+= board-espt.o
 obj-$(CONFIG_SH_POLARIS)	+= board-polaris.o
+obj-$(CONFIG_SH_TITAN)		+= board-titan.o