summaryrefslogtreecommitdiff
path: root/LibC/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-08 02:38:21 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-08 02:38:21 +0100
commit736e8525259e0f562dc5dda3f7756ea738667b74 (patch)
treee3465c379fd8192672d8346063810c6d1d4311fc /LibC/Makefile
parent5158bee08cab9b6484ed5d455f1b6b7023e65ecd (diff)
downloadserenity-736e8525259e0f562dc5dda3f7756ea738667b74.zip
LibC: Implement enough missing stuff to get bash-5.0 running. :^)
Diffstat (limited to 'LibC/Makefile')
-rw-r--r--LibC/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibC/Makefile b/LibC/Makefile
index 3254a55339..e7758391b4 100644
--- a/LibC/Makefile
+++ b/LibC/Makefile
@@ -44,6 +44,7 @@ LIBC_OBJS = \
gui.o \
sys/select.o \
poll.o \
+ locale.o \
entry.o
ASM_OBJS = setjmp.no