summaryrefslogtreecommitdiff
path: root/libc/error/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/error/Makefile')
-rw-r--r--libc/error/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/error/Makefile b/libc/error/Makefile
index bcc9287..dc9b98e 100644
--- a/libc/error/Makefile
+++ b/libc/error/Makefile
@@ -5,7 +5,9 @@
TOP=..
include $(TOP)/Make.defs
+ifeq ($(LIB_OS),ELKS)
OBJ=error.o sys_errlist.o perror.o sys_siglist.o __assert.o
+endif
all: $(OBJ)