summaryrefslogtreecommitdiffstats
path: root/lib_blackfin/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-11-30 13:51:24 -0500
committerMike Frysinger <vapier@gentoo.org>2010-01-17 09:17:27 -0500
commita52ad4f99486ce3f404f83f75263e321956bb6d5 (patch)
treee2b0df114689789e35e08548099ba19100de024a /lib_blackfin/Makefile
parent5eefe7e99537ca3641496185f23b1dc9e76b405c (diff)
downloadtalos-obmc-uboot-a52ad4f99486ce3f404f83f75263e321956bb6d5.tar.gz
talos-obmc-uboot-a52ad4f99486ce3f404f83f75263e321956bb6d5.zip
Blackfin: pull io funcs from linux
Some common code uses more of the io.h funcs than we currently provide, so pull in all of the ones from the linux kernel. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'lib_blackfin/Makefile')
-rw-r--r--lib_blackfin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib_blackfin/Makefile b/lib_blackfin/Makefile
index cbf47f0129..eebb131191 100644
--- a/lib_blackfin/Makefile
+++ b/lib_blackfin/Makefile
@@ -31,10 +31,12 @@ CFLAGS += -DBFIN_BOARD_NAME='"$(BOARD)"'
LIB = $(obj)lib$(ARCH).a
+SOBJS-y += ins.o
SOBJS-y += memcmp.o
SOBJS-y += memcpy.o
SOBJS-y += memmove.o
SOBJS-y += memset.o
+SOBJS-y += outs.o
COBJS-y += board.o
COBJS-y += boot.o
OpenPOWER on IntegriCloud