diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-01-25 11:32:01 -0500 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 05:06:35 -0500 |
commit | 7674464cb31ff652d2eda69783ef61640eae4c3c (patch) | |
tree | 2f6cc2e2139dd00fd54e9892ad23cc533f12a082 /arch/cris | |
parent | 48c87a4483d9146d9f23198163d6ee621535702d (diff) |
CRIS v32: Add lib/delay to build.
Diffstat (limited to 'arch/cris')
-rw-r--r-- | arch/cris/arch-v32/lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/cris/arch-v32/lib/Makefile b/arch/cris/arch-v32/lib/Makefile index 05b3ec6978d6..eb4aad1f1158 100644 --- a/arch/cris/arch-v32/lib/Makefile +++ b/arch/cris/arch-v32/lib/Makefile | |||
@@ -2,5 +2,6 @@ | |||
2 | # Makefile for Etrax-specific library files.. | 2 | # Makefile for Etrax-specific library files.. |
3 | # | 3 | # |
4 | 4 | ||
5 | lib-y = checksum.o checksumcopy.o string.o usercopy.o memset.o csumcpfruser.o spinlock.o | 5 | lib-y = checksum.o checksumcopy.o string.o usercopy.o memset.o \ |
6 | csumcpfruser.o spinlock.o delay.o | ||
6 | 7 | ||