diff options
Diffstat (limited to 'mk/swapcontext.d')
| -rw-r--r-- | mk/swapcontext.d | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mk/swapcontext.d b/mk/swapcontext.d deleted file mode 100644 index 815bfc6e..00000000 --- a/mk/swapcontext.d +++ /dev/null @@ -1,9 +0,0 @@ -libc_X.400: libc.a(swapcontext.o) -libc.a(swapcontext.o): $(OBJDIR)/swapcontext.o - @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% - -$(OBJDIR)/swapcontext.o: src/ucontext/swapcontext.c -$(OBJDIR)/swapcontext.o: - @echo " [CC] $@" - @mkdir -p $(@D) - @$(CC) -c -o $@ $(CFLAGS) src/ucontext/swapcontext.c |
