aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 5fbbf0b..1416c9d 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -11,7 +11,8 @@ ARCH := x86_64
libmatcha.a: compile_guard.o thread.o executor.o \
thread.h executor.h \
arch/$(ARCH)/thread_create.o arch/$(ARCH)/yield.o \
- arch/$(ARCH)/asm.h
+ arch/$(ARCH)/init_stack.o \
+ arch/$(ARCH)/api.h
$(AR) rcs $@ $(filter %.o,$^)
%.o: %.cc