Added uname objs
This commit is contained in:
parent
b69c712ea5
commit
6a53e3535a
1 changed files with 4 additions and 1 deletions
5
makefile
5
makefile
|
@ -44,6 +44,7 @@ ctype/isupper.o \
|
|||
ctype/isxdigit.o \
|
||||
ctype/tolower.o \
|
||||
ctype/toupper.o \
|
||||
misc/uname.o \
|
||||
stdlib/abort.o \
|
||||
stdlib/bsearch.o \
|
||||
stdio/printf.o \
|
||||
|
@ -54,9 +55,11 @@ string/memcpy.o \
|
|||
string/memmove.o \
|
||||
string/memset.o \
|
||||
string/strcmp.o \
|
||||
string/strcpy.o \
|
||||
string/strcspn.o \
|
||||
string/strlen.o \
|
||||
string/strtok.o
|
||||
string/strtok.o \
|
||||
unistd/gethostname.o
|
||||
|
||||
HOSTEDOBJS=\
|
||||
$(ARCH_HOSTEDOBJS) \
|
||||
|
|
Loading…
Reference in a new issue