diff options
Diffstat (limited to 'src/timer/posix_rt/info.txt')
-rw-r--r-- | src/timer/posix_rt/info.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/timer/posix_rt/info.txt b/src/timer/posix_rt/info.txt new file mode 100644 index 000000000..fb1870988 --- /dev/null +++ b/src/timer/posix_rt/info.txt @@ -0,0 +1,28 @@ +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> + +<requires> +timer_base +</requires> + |