diff options
Diffstat (limited to 'newlib/libc/stdlib/Makefile.am')
-rw-r--r-- | newlib/libc/stdlib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/Makefile.am b/newlib/libc/stdlib/Makefile.am index 5c0e14290..ead5dd190 100644 --- a/newlib/libc/stdlib/Makefile.am +++ b/newlib/libc/stdlib/Makefile.am @@ -13,6 +13,7 @@ GENERAL_SOURCES = \ _Exit.c \ abort.c \ abs.c \ + aligned_alloc.c \ assert.c \ atexit.c \ atof.c \ |