summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-24 22:22:32 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-24 22:22:32 -0600
commit729663cb9d20b0d36b3ef6b689447390b94006df (patch)
treee91f6b82b5bf4f0265518820dbd7ffe4fcd2bb4c /Makefile
parent0b7bd5db8b2539d2e03b3a13b91ee6b21101460d (diff)
wip config, 9p
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 74aa20b..c364472 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,8 @@ linux.git = $(HOME)/src/github.com/torvalds/linux
9p/defs-%.c 9p/defs-%.h: 9p/defs.gen 9p/%.txt
$^
-srv9p: srv9p.o coroutine.o net9p.o 9p/9P2000.o
+lib9p = 9p/defs.o 9p/defs-9P2000.o 9p/srv.o
+srv9p: srv9p.o coroutine.o netio_posix.o $(lib9p)
sources_py = 9p/defs.gen
sources_py += 9p/linux-errno.h.gen