diff --git a/Makefile b/Makefile index fa12cf3d..a5601cc6 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,7 @@ C_FILES += rtemsbsd/src/rtems-bsd-timesupport.c C_FILES += rtemsbsd/src/rtems-bsd-newproc.c C_FILES += rtemsbsd/src/rtems-bsd-vm_glue.c C_FILES += rtemsbsd/src/rtems-bsd-subr.c +C_FILES += rtemsbsd/src/rtems-bsd-cyclecount.c C_FILES += freebsd/kern/subr_eventhandler.c C_FILES += freebsd/kern/kern_subr.c C_FILES += freebsd/kern/kern_tc.c diff --git a/freebsd-to-rtems.py b/freebsd-to-rtems.py index 830cbeaa..f0c579e2 100755 --- a/freebsd-to-rtems.py +++ b/freebsd-to-rtems.py @@ -549,6 +549,7 @@ rtems.addRTEMSSourceFiles( 'src/rtems-bsd-newproc.c', 'src/rtems-bsd-vm_glue.c', 'src/rtems-bsd-subr.c', + 'src/rtems-bsd-cyclecount.c', ] ) rtems.addEmptyHeaderFiles( diff --git a/rtemsbsd/src/rtems-bsd-cyclecount.c b/rtemsbsd/src/rtems-bsd-cyclecount.c index e0c6605d..4cb9066d 100644 --- a/rtemsbsd/src/rtems-bsd-cyclecount.c +++ b/rtemsbsd/src/rtems-bsd-cyclecount.c @@ -7,8 +7,8 @@ */ /* - * COPYRIGHT (c) 1989-2012. - * On-Line Applications Research Corporation (OAR). + * COPYRIGHT (c) 2012. + * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at