aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-09-29 02:15:18 +0200
committerjohannst <johannes.stoelp@gmail.com>2020-09-29 02:15:18 +0200
commit4b1fb6c3be9f810c1ddceddc6536f7687c23197d (patch)
tree40e7c9deba4a97dd2a81bd68ff7dc6f99d4b0805 /lib/Makefile
parentfc83627b14536d0b13b2dd751d09cecbea9db378 (diff)
downloadmatcha-threads-4b1fb6c3be9f810c1ddceddc6536f7687c23197d.tar.gz
matcha-threads-4b1fb6c3be9f810c1ddceddc6536f7687c23197d.zip
replace compile_guard with umbrella header for arch
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \