mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 03:17:56 +08:00
Added random and harvest files to resolve missing methods when linking RealTek Nic.
This commit is contained in:
@@ -1109,11 +1109,14 @@ devNic = Module('dev_nic')
|
||||
devNic.addHeaderFiles(
|
||||
[
|
||||
# 'sys/taskqueue.h',
|
||||
'dev/random/randomdev_soft.h',
|
||||
]
|
||||
)
|
||||
devNic.addSourceFiles(
|
||||
[
|
||||
# 'kern/subr_taskqueue.c',
|
||||
'dev/random/harvest.c',
|
||||
'libkern/random.c',
|
||||
]
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user