aboutsummaryrefslogtreecommitdiffstats
path: root/modules/tm_posix/modinfo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tm_posix/modinfo.txt')
-rw-r--r--modules/tm_posix/modinfo.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/tm_posix/modinfo.txt b/modules/tm_posix/modinfo.txt
new file mode 100644
index 000000000..df8d63122
--- /dev/null
+++ b/modules/tm_posix/modinfo.txt
@@ -0,0 +1,19 @@
+realname "POSIX Timer"
+
+define TIMER_POSIX
+
+add_file tm_posix.cpp
+add_file tm_posix.h
+
+<libs>
+linux -> rt
+</libs>
+
+# The *BSDs put clock_gettime in sys/time.h, not time.h like POSIX says
+<os>
+cygwin
+linux
+#freebsd
+#netbsd
+#openbsd
+</os>