Skip to content

Commit

Permalink
lkl: wrap rump_pub_netconfig_ functions with lkl API
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Mar 2, 2017
1 parent d52d086 commit 639e361
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ makeinstall ()
export RUMP_INCLUDE=${RUMPSRC}/sys/rump/include
make rumprun=yes headers_install libraries_install DESTDIR=${RROBJ}/rumptools/dest\
-C ${LKLSRC}/tools/lkl/ O=${OBJDIR}/lkl-linux/

# XXX: for netconfig.h
mkdir -p ${DESTDIR}/include/rump/
cp -pf ${BRDIR}/brlib/libnetconfig/rump/netconfig.h ${DESTDIR}/include/rump/
}

#
Expand Down

0 comments on commit 639e361

Please sign in to comment.