diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-01-25 17:32:01 +0100 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 11:06:35 +0100 |
commit | 7674464cb31ff652d2eda69783ef61640eae4c3c (patch) | |
tree | 2f6cc2e2139dd00fd54e9892ad23cc533f12a082 | |
parent | 48c87a4483d9146d9f23198163d6ee621535702d (diff) |
CRIS v32: Add lib/delay to build.
-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 05b3ec6978d..eb4aad1f115 100644 --- a/arch/cris/arch-v32/lib/Makefile +++ b/arch/cris/arch-v32/lib/Makefile @@ -2,5 +2,6 @@ # Makefile for Etrax-specific library files.. # -lib-y = checksum.o checksumcopy.o string.o usercopy.o memset.o csumcpfruser.o spinlock.o +lib-y = checksum.o checksumcopy.o string.o usercopy.o memset.o \ + csumcpfruser.o spinlock.o delay.o |