From fc83627b14536d0b13b2dd751d09cecbea9db378 Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 29 Sep 2020 02:06:41 +0200 Subject: move thread init into arch/ --- lib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Makefile') 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 -- cgit v1.2.3