diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-11-27 14:57:07 +0100 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2015-11-28 17:35:09 +0100 |
commit | 4294e875a20fda54e6a4fdf72d5850cd21860f22 (patch) | |
tree | 9204af17a2698ba397edd989c1821cf126240727 /build/f_isoroot/Makefile | |
parent | d71f58e51755e99084107c1c8ada3321e2600002 (diff) |
ONOSFW SDN support
Implements a plugin builder for the ONOSFW Fuel plugin.
TODO:
- Naildown upstream plug-in to a specific tag/commit-id
NOT VERIFIED
DO NOT MERGE
JIRA: FUEL-56
Change-Id: I7c1a60446593ec860fc87a51255242388044e254
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
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 d0b8e0cd4..84c17c0e3 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 f_ovs-nsh-dpdk-pluginbuild +SUBDIRS = f_kscfg f_bootstrap f_repobuild f_odlpluginbuild f_qemupluginbuild f_ovs-nsh-dpdk-pluginbuild f_onosfwpluginbuild SUBCLEAN = $(addsuffix .clean,$(SUBDIRS)) .PHONY: all |