From 4b1fb6c3be9f810c1ddceddc6536f7687c23197d Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 29 Sep 2020 02:15:18 +0200 Subject: replace compile_guard with umbrella header for arch --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 1416c9d..5ddabff 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -8,7 +8,7 @@ AR := ar ARCH := x86_64 -libmatcha.a: compile_guard.o thread.o executor.o \ +libmatcha.a: thread.o executor.o \ thread.h executor.h \ arch/$(ARCH)/thread_create.o arch/$(ARCH)/yield.o \ arch/$(ARCH)/init_stack.o \ -- cgit v1.2.3