mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-18 19:54:05 +08:00
Move core system initialization references
This commit is contained in:
@@ -39,9 +39,6 @@
|
||||
* We "read" that and generate references and nexus devices
|
||||
*/
|
||||
|
||||
#if defined(CONFIGURE_NEED_NET)
|
||||
SYSINIT_NEED_FREEBSD_CORE;
|
||||
#endif
|
||||
#if defined(CONFIGURE_NEED_USB)
|
||||
SYSINIT_NEED_USB_CORE;
|
||||
#endif
|
||||
|
@@ -36,7 +36,6 @@
|
||||
#define NEED_SDHC
|
||||
#endif
|
||||
|
||||
SYSINIT_NEED_FREEBSD_CORE;
|
||||
SYSINIT_NEED_USB_CORE;
|
||||
#ifdef NEED_USB_OHCI
|
||||
SYSINIT_NEED_USB_OHCI;
|
||||
|
Reference in New Issue
Block a user