commit | be27bb3da30b4b0c3984761c54e8535f34c64b43 | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Fri Apr 29 16:55:44 2016 -0700 |
committer | Brian O'Connor <bocon@onlab.us> | Fri Apr 29 18:23:19 2016 -0700 |
tree | 139927dc6d7236e83c94a71a95c41cb74318420e | |
parent | 4847ea3d6ec29e212e98361c76bbdab063fe913e [diff] |
Updating BUCK files Change-Id: I24f279b42a270e59cf4bf4564e2aa4d81459c8e2
diff --git a/drivers/default/BUCK b/drivers/default/BUCK index f999454..e64db2d 100644 --- a/drivers/default/BUCK +++ b/drivers/default/BUCK
@@ -18,4 +18,9 @@ category = 'Drivers', url = 'http://onosproject.org', description = 'ONOS Default device drivers application.', + included_bundles = [ + ':onos-drivers-default', + '//lib:openflowj', + '//protocols/openflow/api:onos-protocols-openflow-api', + ] )