-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris Zankel
authored and
Linus Torvalds
committed
Jun 24, 2005
1 parent
52072c1
commit c738193
Showing
10 changed files
with
1,969 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 5a0015d62668e64c8b6e02e360fbbea121bfd5e6 | ||
refs/heads/master: 249ac17e96811acc3c6402317dd5d5c89d2cbf68 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.