mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 17:29:58 +08:00
Added rtems version of get_cyclecount().
This commit is contained in:
parent
b6c71ea007
commit
01e57a9dc6
1
Makefile
1
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
|
||||
|
@ -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(
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user