firmware: Port to RTEMS.

This commit is contained in:
Christian Mauderer
2016-12-12 13:09:09 +01:00
parent 2e8dd24b7c
commit 66eb1437f2
3 changed files with 14 additions and 1 deletions

View File

@@ -237,6 +237,7 @@ def base(mm):
'sys/sys/fail.h',
'sys/sys/filedesc.h',
'sys/sys/file.h',
'sys/sys/firmware.h',
'sys/sys/fnv_hash.h',
'sys/sys/gpio.h',
'sys/sys/hash.h',
@@ -355,6 +356,7 @@ def base(mm):
'sys/kern/subr_bus.c',
'sys/kern/subr_counter.c',
'sys/kern/subr_eventhandler.c',
'sys/kern/subr_firmware.c',
'sys/kern/subr_hash.c',
'sys/kern/subr_hints.c',
'sys/kern/subr_kobj.c',