2 # Makefile for some libs needed in the kernel.
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
10 L_OBJS
:= errno.o ctype.o string.o vsprintf.o
12 include $(TOPDIR
)/Rules.make