aboutsummaryrefslogtreecommitdiffstats
path: root/build/f_isoroot/Makefile
diff options
context:
space:
mode:
authorJonas Bjurel <jonas.bjurel@ericsson.com>2015-10-31 12:36:09 +0100
committerJonas Bjurel <jonas.bjurel@ericsson.com>2015-11-28 13:07:52 +0100
commitd71f58e51755e99084107c1c8ada3321e2600002 (patch)
tree2c40cade1106c0b24f504f647532c4465c7ae537 /build/f_isoroot/Makefile
parent68496bb60a5f478632caa68d37e916d73f82d13a (diff)
Plugin builder for OVS-NSH-DPDK
This plugin builder builds the OVS-NSH-DPDK plugin such that it can be automatically deployed off-line (part of the .iso) READY TO MERGE Change-Id: Ied8e0a8d01baea932acc5eb3398cec48e44d5c04 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Diffstat (limited to 'build/f_isoroot/Makefile')
-rw-r--r--build/f_isoroot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/f_isoroot/Makefile b/build/f_isoroot/Makefile
index 626601b1b..d0b8e0cd4 100644
--- a/build/f_isoroot/Makefile
+++ b/build/f_isoroot/Makefile
@@ -8,7 +8,7 @@
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-SUBDIRS = f_kscfg f_bootstrap f_repobuild f_odlpluginbuild f_qemupluginbuild
+SUBDIRS = f_kscfg f_bootstrap f_repobuild f_odlpluginbuild f_qemupluginbuild f_ovs-nsh-dpdk-pluginbuild
SUBCLEAN = $(addsuffix .clean,$(SUBDIRS))
.PHONY: all