diff options
author | Fuel@OPNFV <fuel@opnfv.org> | 2015-11-12 15:10:01 +0100 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-11-27 17:13:49 +0100 |
commit | 68496bb60a5f478632caa68d37e916d73f82d13a (patch) | |
tree | 341902798d929fa1ced7e0911874ea7cbdf9c239 /build/f_isoroot/Makefile | |
parent | 21c25e1b67540202bccaddefcbd1453b25885ad6 (diff) |
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 <fuel@opnfv.org>
Diffstat (limited to 'build/f_isoroot/Makefile')
-rw-r--r-- | build/f_isoroot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |