From 97799e8a16703e61992b50b08b5b06f563e70770 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Tue, 23 Jun 2009 16:22:01 +0200 Subject: Add IO string functions to also handle 32 bit IO locations Signed-off-by: Juergen Beisert --- arch/arm/lib/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/lib/Makefile') diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile index f1b7bcaec3..22805589f5 100644 --- a/arch/arm/lib/Makefile +++ b/arch/arm/lib/Makefile @@ -13,8 +13,10 @@ obj-y += findbit.o obj-y += arm.o obj-y += io-readsb.o obj-y += io-readsw-armv4.o +obj-y += io-readsl.o obj-y += io-writesb.o obj-y += io-writesw-armv4.o +obj-y += io-writesl.o obj-$(CONFIG_MODULES) += module.o extra-$(CONFIG_GENERIC_LINKER_SCRIPT) += u-boot.lds -- cgit v1.2.3