diff options
author | lloyd <[email protected]> | 2008-09-29 03:15:14 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 03:15:14 +0000 |
commit | 7018d574904e3075f6fca92681e848aebe82b96d (patch) | |
tree | b25c0332f033ecb1275bcd7b493e4af04990e3a5 /src/timer/posix_rt/info.txt | |
parent | f0503ee51ee848762d5bd115a4b83b4d2d11d3c6 (diff) |
Rename all modinfo.txt files to info.txt, since they are all (none) of
them modules now. In any case there is no distinction so info.txt seems
better.
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> + |