summaryrefslogtreecommitdiffstats
path: root/freebsd-to-rtems.py
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-04-04 17:38:25 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-04-04 17:38:25 -0500
commitdc4c4909f07e90182796ebfd9cc72e7929920d2f (patch)
tree2c869738a3df7775719253e21180752c722915ce /freebsd-to-rtems.py
parentAdd hogticks (diff)
downloadrtems-libbsd-dc4c4909f07e90182796ebfd9cc72e7929920d2f.tar.bz2
Add tvtohz() implementation in new file
Diffstat (limited to 'freebsd-to-rtems.py')
-rwxr-xr-xfreebsd-to-rtems.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd-to-rtems.py b/freebsd-to-rtems.py
index 15724b65..74d8fe0f 100755
--- a/freebsd-to-rtems.py
+++ b/freebsd-to-rtems.py
@@ -532,6 +532,7 @@ rtems_sourceFiles = [
'src/rtems-bsd-sysctlnametomib.c',
'src/rtems-bsd-uma.c',
'src/rtems-bsd-taskqueue.c',
+ 'src/rtems-bsd-timesupport.c',
'src/rtems-bsd-newproc.c',
'src/rtems-bsd-vm_glue.c',
]