]> rtime.felk.cvut.cz Git - l4.git/blob - kernel/fiasco/src/Makerules.LIBK
update
[l4.git] / kernel / fiasco / src / Makerules.LIBK
1 # -*- makefile -*-
2
3 # Kernel library: stuff which is linked in optionally.  This includes
4 # everything in the lib subdirectory, but may also include optional 
5 # kernel subsystems which may be optimized away
6
7 $(LIBK): $(OBJ_LIBK)
8         $(AR_MESSAGE)
9         $(VERBOSE)$(RM) $@
10         $(VERBOSE)$(AR) $(ARFLAGS) $@ $^
11
12 clean-LIBK: