MSP430: Add missing build rule for unlink() to libgloss Makefile

This commit is contained in:
Jozef Lawrynowicz 2019-10-24 16:12:24 +01:00 committed by Corinna Vinschen
parent 25ce0e1213
commit 0574317971
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ LIB_CRT = libcrt.a
SIM_OBJS = syscalls.o \
cio.o \
write.o \
unlink.o \
sbrk.o
NOSYS_OBJS = ciosyscalls.o \