summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/Makefile
blob: 7da90c6d036e9a3ddcbd7bf3a8ef31499f38faec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Makefile for MIPS-specific library files..
#
# Many of these routines are just left over debugging trash of ancient
# times when I just make my Tyne beep and so ...
#
# ...and for when I need to get the DECStation to use the boot prom to
# do things... Paul M. Antoine.
#

.S.s:
	$(CPP) $(CFLAGS) $< -o $*.s
.S.o:
	$(CC) $(CFLAGS) -c $< -o $*.o

L_TARGET = lib.a
L_OBJS	= beep.o checksum.o copy_user.o csum.o dump_tlb.o memset.o memcpy.o \
          strlen_user.o strncpy_user.o tags.o watch.o

#
# Debug console, works without other support from the kernel
#
L_OBJS += tinycon.o

include $(TOPDIR)/Rules.make