Skip to content

Commit

Permalink
With driver modulization of if_loop.c through introduction of
Browse files Browse the repository at this point in the history
sys/net/if_module.h, build.sh rumptest of -lrumpnet_virtif now also
requires -lrumpdev -lrumpvfs for if_loop.c:config_cfdriver_attach()
and kern_pmf.c:do_sys_sync().
  • Loading branch information
ast committed Nov 13, 2016
1 parent 0f0e3c0 commit d215341
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
# $NetBSD: build.sh,v 1.310 2016/06/03 00:00:01 kre Exp $
# $NetBSD: build.sh,v 1.311 2016/11/13 14:47:46 ast Exp $
#
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
# All rights reserved.
Expand Down Expand Up @@ -1876,7 +1876,7 @@ createmakewrapper()
eval cat <<EOF ${makewrapout}
#! ${HOST_SH}
# Set proper variables to allow easy "make" building of a NetBSD subtree.
# Generated from: \$NetBSD: build.sh,v 1.310 2016/06/03 00:00:01 kre Exp $
# Generated from: \$NetBSD: build.sh,v 1.311 2016/11/13 14:47:46 ast Exp $
# with these arguments: ${_args}
#
Expand Down Expand Up @@ -2100,7 +2100,8 @@ RUMP_LIBSETS='
-lrumpkern_tty -lrumpvfs -lrump,
-lrumpfs_tmpfs -lrumpvfs -lrump,
-lrumpfs_ffs -lrumpfs_msdos -lrumpvfs -lrumpdev_disk -lrumpdev -lrump,
-lrumpnet_virtif -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrump,
-lrumpnet_virtif -lrumpnet_netinet -lrumpnet_net -lrumpnet
-lrumpdev -lrumpvfs -lrump,
-lrumpnet_sockin -lrumpfs_smbfs -lrumpdev_netsmb
-lrumpkern_crypto -lrumpdev -lrumpnet -lrumpvfs -lrump,
-lrumpnet_sockin -lrumpfs_nfs -lrumpnet -lrumpvfs -lrump,
Expand Down

0 comments on commit d215341

Please sign in to comment.