summary refs log tree commit diff
path: root/vm/sys/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vm/sys/net/Makefile')
-rw-r--r--vm/sys/net/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/vm/sys/net/Makefile b/vm/sys/net/Makefile
index cb294a4..afed270 100644
--- a/vm/sys/net/Makefile
+++ b/vm/sys/net/Makefile
@@ -1,8 +1,10 @@
 # SPDX-License-Identifier: EUPL-1.2+
-# SPDX-FileCopyrightText: 2021-2022 Alyssa Ross <hi@alyssa.is>
+# SPDX-FileCopyrightText: 2021-2023 Alyssa Ross <hi@alyssa.is>
 
 include ../../../lib/common.mk
 
+prefix = build/svc
+
 VMM = qemu
 
 HOST_BUILD_FILES = \
@@ -16,7 +18,7 @@ HOST_BUILD_FILES = \
 # intended to be part of the input, like temporary editor files or
 # .license files.  So for all these reasons, only explicitly listed
 # files are included in the build result.
-build/svc: $(HOST_BUILD_FILES)
+$(prefix): $(HOST_BUILD_FILES)
 	rm -rf $@
 	mkdir -p $@