Added strcat/strncat
[marionette.git] / kernel / libc / SConscript
blobb582d9ce7ca474efd5ccd7dbfcfb639a8a360977
1 files = [
2 'memcmp.S',
3 'memmove.S',
4 'memset.S',
5 'printf.c',
6 'strcmp.c',
7 'strcpy.S',
8 'strlen.S',
9 'strcat.c',
12 Import(['env'])
13 env.kernel_objects += [env.Object(i) for i in files]