1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00
libhermit/hermit/libkern/Makefile

4 lines
126 B
Makefile

C_source := string.c stdio.c printf.c sprintf.c strtol.c strtoul.c strstr.c
MODULE := libkern
include $(TOPDIR)/Makefile.inc