add buck file for netconf alarm

Change-Id: Ibdb4f3df1e0edae20507453e23ac24c5aa2e5e02
diff --git a/providers/netconf/BUCK b/providers/netconf/BUCK
index 918aef7..d15ffb4 100644
--- a/providers/netconf/BUCK
+++ b/providers/netconf/BUCK
@@ -1,5 +1,6 @@
 BUNDLES = [
     '//providers/netconf/device:onos-providers-netconf-device',
+    '//providers/netconf/alarm:onos-providers-netconf-alarm',
     '//protocols/netconf/api:onos-protocols-netconf-api',
     '//protocols/netconf/ctl:onos-protocols-netconf-ctl',
 ]