add code for examining realtime priorities etc

Change-Id: Ia0b815337a8c315f3ec83e49139ec0ee6ff3b00f
diff --git a/aos/linux_code/linux_code.gyp b/aos/linux_code/linux_code.gyp
index c34b42e..16f3fd6 100644
--- a/aos/linux_code/linux_code.gyp
+++ b/aos/linux_code/linux_code.gyp
@@ -1,6 +1,17 @@
 {
   'targets': [
     {
+      'target_name': 'dump_rtprio',
+      'type': 'executable',
+      'sources': [
+        'dump_rtprio.cc',
+      ],
+      'dependencies': [
+        '<(AOS)/build/aos.gyp:logging',
+        '<(AOS)/common/common.gyp:time',
+      ],
+    },
+    {
       'target_name': 'complex_thread_local',
       'type': 'static_library',
       'sources': [