diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-24 22:22:32 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-24 22:22:32 -0600 |
commit | 729663cb9d20b0d36b3ef6b689447390b94006df (patch) | |
tree | e91f6b82b5bf4f0265518820dbd7ffe4fcd2bb4c /Makefile | |
parent | 0b7bd5db8b2539d2e03b3a13b91ee6b21101460d (diff) |
wip config, 9p
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |