summaryrefslogtreecommitdiffstats
path: root/freebsd-to-rtems.py
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-09 09:19:06 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-09 09:24:22 -0600
commitfcce4d20184e7c34a1576c24acf333082af1cfa9 (patch)
treecd35059a237a6d780908bf7c8bd1252660d52f0f /freebsd-to-rtems.py
parentRemove generic in_cksum.h (diff)
downloadrtems-libbsd-fcce4d20184e7c34a1576c24acf333082af1cfa9.tar.bz2
Add time support files from FreeBSD to build to resolve more symbols
+ Add multiple files + Add them to freebsd-to-rtems.py + Regenerate Makefile
Diffstat (limited to 'freebsd-to-rtems.py')
-rwxr-xr-xfreebsd-to-rtems.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/freebsd-to-rtems.py b/freebsd-to-rtems.py
index 87091c57..2b16f512 100755
--- a/freebsd-to-rtems.py
+++ b/freebsd-to-rtems.py
@@ -1181,11 +1181,15 @@ net.addHeaderFiles(
'net/slcompress.h',
'net/vnet.h',
'net/zlib.h',
+ 'sys/timepps.h',
+ 'sys/timetc.h',
+ 'sys/timex.h',
]
)
net.addSourceFiles(
[
'kern/kern_subr.c',
+ 'kern/kern_tc.c',
'net/bridgestp.c',
'net/ieee8023ad_lacp.c',
'net/if_atmsubr.c',
@@ -1785,6 +1789,7 @@ mm.addEmptyFiles(
'machine/elf.h',
'machine/sf_buf.h',
#'machine/vmparam.h',
+ 'local/opt_ntp.h',
'security/audit/audit.h',
'sys/bio.h',
'sys/copyright.h',