diff options
Diffstat (limited to 'modules/timer/posix_rt/modinfo.txt')
-rw-r--r-- | modules/timer/posix_rt/modinfo.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/timer/posix_rt/modinfo.txt b/modules/timer/posix_rt/modinfo.txt new file mode 100644 index 000000000..e9298a81c --- /dev/null +++ b/modules/timer/posix_rt/modinfo.txt @@ -0,0 +1,23 @@ +realname "POSIX Timer" + +define TIMER_POSIX + +load_on auto + +<add> +tm_posix.cpp +tm_posix.h +</add> + +<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> |