Skip to content

Commit

Permalink
[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 4
Browse files Browse the repository at this point in the history
The attached patches provides part 4 of an architecture implementation for the
Tensilica Xtensa CPU series.

Signed-off-by: Chris Zankel <chris@zankel.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Chris Zankel authored and Linus Torvalds committed Jun 24, 2005
1 parent 5a0015d commit 249ac17
Show file tree
Hide file tree
Showing 9 changed files with 1,968 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/xtensa/lib/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Makefile for Xtensa-specific library files.
#

lib-y += memcopy.o memset.o checksum.o strcasecmp.o \
usercopy.o strncpy_user.o strnlen_user.o
lib-$(CONFIG_PCI) += pci-auto.o
Loading

0 comments on commit 249ac17

Please sign in to comment.