diff options
Diffstat (limited to 'libc/misc/internals')
-rw-r--r-- | libc/misc/internals/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/misc/internals/Makefile.in b/libc/misc/internals/Makefile.in index 230e6e7a9..39bc8d51a 100644 --- a/libc/misc/internals/Makefile.in +++ b/libc/misc/internals/Makefile.in @@ -5,6 +5,8 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # +subdirs += libc/misc/internals + CFLAGS-__uClibc_main.c := $(SSP_DISABLE_FLAGS) CSRC := tempname.c errno.c __errno_location.c __h_errno_location.c |