Commit 76526e73 authored by Alessandro Rubini's avatar Alessandro Rubini

userspace: added mini-rpc to compilation

parent 8539b627
......@@ -20,5 +20,10 @@ mkdir -p $installdir || wrs_die "mkdir images/wr"
# This time build is done in-place, but the output is a tree in images/wr.
# Some of the makefiles inside use
cd $sourcedir && make
# mini-rpc is an external package, it has no wr-specific install
install -d $installdir/lib
install mini-rpc/*.a $installdir/lib
cd $sourcedir && make install WR_INSTALL_ROOT="$installdir"
......@@ -13,7 +13,8 @@ WR_INSTALL_ROOT ?= $(WRS_OUTPUT_DIR)/images/wr
WRDEV_DIR ?= $(WRS_BASE_DIR)/..
# subdirectories we want to compile
SUBDIRS = libswitchhw libwripc libptpnetif
SUBDIRS = mini-rpc
SUBDIRS += libswitchhw libwripc libptpnetif
SUBDIRS += wrsw_hal wrsw_rtud spll_dbg_proxy
SUBDIRS += wr_mon rtu_stat #test_rtu
......
Subproject commit 1956768ed545fea01ed2ddabca23974d7c43c9b9
Subproject commit 4094ddc352a86799f7ca04149ab554a8c63a2659
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment