From 68496bb60a5f478632caa68d37e916d73f82d13a Mon Sep 17 00:00:00 2001 From: "Fuel@OPNFV" Date: Thu, 12 Nov 2015 15:10:01 +0100 Subject: OPNFV qemu (KVM4NFV) plugin builder/installer. This plugin builder builds the KVM4NFV plugin such that it can be automatically deployed off-line (part of the .iso) READY TO MERGE verify: no-cache Change-Id: I1d4877c5fd83b4f4aee4432173edaf2a438406e3 Signed-off-by: Fuel@OPNFV --- build/f_isoroot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/f_isoroot/Makefile') diff --git a/build/f_isoroot/Makefile b/build/f_isoroot/Makefile index 3831a09f0..626601b1b 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 +SUBDIRS = f_kscfg f_bootstrap f_repobuild f_odlpluginbuild f_qemupluginbuild SUBCLEAN = $(addsuffix .clean,$(SUBDIRS)) .PHONY: all -- cgit 1.2.3-korg