]> git.buserror.net Git - polintos/scott/priv.git/blob - lib/c/freestanding/Makefile.final
Move some freestanding libc functions from the kernel into
[polintos/scott/priv.git] / lib / c / freestanding / Makefile.final
1 MYOBJS := $(filter $(BUILDDIR)/c/freestanding/%,$(OBJS))
2
3 $(BUILDDIR)/c/libfreestanding.a: $(MYOBJS)
4         @echo $(COMP): Linking c/libfreestanding.a
5         @$(MKDIR) $(dir $@)
6         @$(RM) $@
7         @$(AR) rc $@ $(MYOBJS)
8         @$(RANLIB) $@