summaryrefslogtreecommitdiff
path: root/arch/mips/lib/Makefile
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2014-04-07 10:11:18 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2014-04-20 13:16:42 +0200
commit11a932fb18a497fc1b9ad0c4c0e3c5969e455a42 (patch)
tree99c128128e5d90ad04e6df89291773f03e0d6a10 /arch/mips/lib/Makefile
parent186d8159f662e8b4964dca3ff5c87f06cf290a82 (diff)
downloadu-boot-imx-11a932fb18a497fc1b9ad0c4c0e3c5969e455a42.zip
u-boot-imx-11a932fb18a497fc1b9ad0c4c0e3c5969e455a42.tar.gz
u-boot-imx-11a932fb18a497fc1b9ad0c4c0e3c5969e455a42.tar.bz2
MIPS: move mips_io_port_base out of board.c
Move the definition of this variable out of arch/mips/lib/board.c in preparation for allowing use of generic board on MIPS, which will lead to this file not being compiled. Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Diffstat (limited to 'arch/mips/lib/Makefile')
-rw-r--r--arch/mips/lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/lib/Makefile b/arch/mips/lib/Makefile
index fabeb83..88ef1c5 100644
--- a/arch/mips/lib/Makefile
+++ b/arch/mips/lib/Makefile
@@ -6,6 +6,8 @@
#
obj-y += board.o
+obj-y += io.o
+
obj-$(CONFIG_CMD_BOOTM) += bootm.o
lib-$(CONFIG_USE_PRIVATE_LIBGCC) += ashldi3.o ashrdi3.o lshrdi3.o