]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/tile/lib/Makefile
Merge branch 'master' into tk71
[mv-sheeva.git] / arch / tile / lib / Makefile
index 746dc81ed3c4fa3110386852c34b5a8597c082dd..93122d5b1558dad80205f1b09fdfbd19dcfc8a97 100644 (file)
@@ -3,8 +3,8 @@
 #
 
 lib-y = cacheflush.o checksum.o cpumask.o delay.o \
-       mb_incoherent.o uaccess.o \
-       memcpy_$(BITS).o memchr_$(BITS).o memmove_$(BITS).o memset_$(BITS).o \
+       mb_incoherent.o uaccess.o memmove.o \
+       memcpy_$(BITS).o memchr_$(BITS).o memset_$(BITS).o \
        strchr_$(BITS).o strlen_$(BITS).o
 
 ifeq ($(CONFIG_TILEGX),y)