aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/stdlib.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/stdlib.mk')
-rw-r--r--lib/stdlib/stdlib.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stdlib/stdlib.mk b/lib/stdlib/stdlib.mk
index cdf3d2933..4ff405fb6 100644
--- a/lib/stdlib/stdlib.mk
+++ b/lib/stdlib/stdlib.mk
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
+# Copyright (c) 2016-2017, ARM Limited and Contributors. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -41,6 +41,7 @@ STDLIB_SRCS := $(addprefix lib/stdlib/, \
strcmp.c \
strlen.c \
strncmp.c \
+ strnlen.c \
subr_prf.c)
INCLUDES += -Iinclude/lib/stdlib \