~ubuntu-branches/ubuntu/saucy/linux-n900/saucy

« back to all changes in this revision

Viewing changes to arch/microblaze/lib/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Poirier
  • Date: 2011-02-18 09:43:31 UTC
  • Revision ID: james.westby@ubuntu.com-20110218094331-eyubsja4f9k0yhmq
Tags: 2.6.35-1.1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Makefile
 
3
#
 
4
 
 
5
lib-y :=  memset.o
 
6
 
 
7
ifeq ($(CONFIG_OPT_LIB_ASM),y)
 
8
lib-y += fastcopy.o
 
9
else
 
10
lib-y += memcpy.o memmove.o
 
11
endif
 
12
 
 
13
lib-y += uaccess_old.o