aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer/posix_rt/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/timer/posix_rt/info.txt')
-rw-r--r--src/timer/posix_rt/info.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/timer/posix_rt/info.txt b/src/timer/posix_rt/info.txt
deleted file mode 100644
index 4b23a74fc..000000000
--- a/src/timer/posix_rt/info.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-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
-dragonfly
-#netbsd
-#openbsd
-</os>
-
-<requires>
-timer
-</requires>