diff options
Diffstat (limited to 'sysdeps/nacl/Makefile')
-rw-r--r-- | sysdeps/nacl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nacl/Makefile b/sysdeps/nacl/Makefile index b51156b..6749a44 100644 --- a/sysdeps/nacl/Makefile +++ b/sysdeps/nacl/Makefile @@ -108,7 +108,7 @@ test-wrapper-env = $(test-wrapper-env-only) test-wrapper = $(test-wrapper-env) -- ifeq ($(subdir),csu) -sysdep_routines += nacl_interface_query \ +sysdep_routines += nacl_interface_query nacl_interface_ext_supply \ nacl-interfaces $(call nacl-routines-of,libc) endif |