Browse Source

CRIS v32: Add lib/delay to build.

Jesper Nilsson 17 years ago
parent
commit
7674464cb3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      arch/cris/arch-v32/lib/Makefile

+ 2 - 1
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