From 9695ea005d4af93dcd60f74f10fd3c54499a182f Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Thu, 11 Nov 2021 16:31:58 -0800 Subject: chore: split up base library into individual files for smaller binaries --- sys/base/coro/rules.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sys/base/coro/rules.mk (limited to 'sys/base/coro/rules.mk') diff --git a/sys/base/coro/rules.mk b/sys/base/coro/rules.mk new file mode 100644 index 0000000..c2ee89f --- /dev/null +++ b/sys/base/coro/rules.mk @@ -0,0 +1,3 @@ +SRCS_$(d)+=\ + $(d)/coro/coro.c\ + $(d)/coro/unix_x64.s\ -- cgit v1.2.1