metalsvm/libkern/Makefile
Stefan Lankes 1d8810aa91 add rudimental support of basic C functions
- isacii
- islower
- isupper
- toascii
- isspace
- isdigit
- tolower
- toupper
- strtol
- atoi
2011-03-24 11:01:59 +01:00

4 lines
137 B
Makefile

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