diff options
author | Jason King <jason.king@joyent.com> | 2021-03-25 17:46:34 +0000 |
---|---|---|
committer | Jason King <jason.king@joyent.com> | 2021-03-25 17:46:34 +0000 |
commit | 122f260adaadbd2a4b4bcf8496c2714e7e43fd5d (patch) | |
tree | 44ee8cfbcb43511aa775654e322c1e76363f97dd /usr/src/uts/common/Makefile.rules | |
parent | c9f9deed3a7ca88d2368ac1f9c1d653662df95d1 (diff) | |
download | illumos-joyent-vsock.tar.gz |
More workvsock
Diffstat (limited to 'usr/src/uts/common/Makefile.rules')
-rw-r--r-- | usr/src/uts/common/Makefile.rules | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/uts/common/Makefile.rules b/usr/src/uts/common/Makefile.rules index c103d6a591..9038019ab3 100644 --- a/usr/src/uts/common/Makefile.rules +++ b/usr/src/uts/common/Makefile.rules @@ -23,7 +23,7 @@ # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2016 Garrett D'Amore <garrett@damore.org> # Copyright 2013 Saso Kiselkov. All rights reserved. -# Copyright 2020 Joyent, Inc. +# Copyright 2021 Joyent, Inc. # Copyright 2018 Nexenta Systems, Inc. # Copyright (c) 2017 by Delphix. All rights reserved. # Copyright 2020 Oxide Computer Company @@ -1548,6 +1548,10 @@ $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vioif/%.c $(COMPILE.c) -o $@ $< $(CTFCONVERT_O) +$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vsock/%.c + $(COMPILE.c) -o $@ $< + $(CTFCONVERT_O) + # # krtld must refer to its own bzero/bcopy until the kernel is fully linked # |