Skip to content

Commit 639e361

Browse files
committed
lkl: wrap rump_pub_netconfig_ functions with lkl API
Signed-off-by: Hajime Tazaki <[email protected]>
1 parent d52d086 commit 639e361

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

linux.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ makeinstall ()
5959
export RUMP_INCLUDE=${RUMPSRC}/sys/rump/include
6060
make rumprun=yes headers_install libraries_install DESTDIR=${RROBJ}/rumptools/dest\
6161
-C ${LKLSRC}/tools/lkl/ O=${OBJDIR}/lkl-linux/
62-
62+
# XXX: for netconfig.h
63+
mkdir -p ${DESTDIR}/include/rump/
64+
cp -pf ${BRDIR}/brlib/libnetconfig/rump/netconfig.h ${DESTDIR}/include/rump/
6365
}
6466

6567
#

0 commit comments

Comments
 (0)