converted the claw to separate structures for each hall effect
diff --git a/frc971/control_loops/control_loops.gyp b/frc971/control_loops/control_loops.gyp
index 94c73d0..273063c 100644
--- a/frc971/control_loops/control_loops.gyp
+++ b/frc971/control_loops/control_loops.gyp
@@ -1,6 +1,30 @@
 {
   'targets': [
     {
+      'target_name': 'hall_effect_tracker',
+      'type': 'static_library',
+      'sources': [
+        #'hall_effect_tracker.h',
+      ],
+      'dependencies': [
+        'queues',
+      ],
+      'export_dependent_settings': [
+        'queues',
+      ],
+    },
+    {
+      'target_name': 'queues',
+      'type': 'static_library',
+      'sources': [
+        'control_loops.q',
+      ],
+      'variables': {
+        'header_path': 'frc971/control_loops',
+      },
+      'includes': ['../../aos/build/queues.gypi'],
+    },
+    {
       'target_name': 'state_feedback_loop',
       'type': 'static_library',
       'sources': [