mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 14:49:55 +08:00
link01: Only include fxp on pc386
This commit is contained in:
parent
9189462908
commit
19ffee0716
@ -61,8 +61,11 @@ rtems_task Init(
|
||||
#include <freebsd/machine/rtems-bsd-sysinit.h>
|
||||
|
||||
#define CONFIGURE_NEED_NET
|
||||
/* only include FXP and PCI for i386/pc386 for debug on qemu (for now) */
|
||||
#if defined(i386)
|
||||
#define CONFIGURE_NEED_PCIB
|
||||
#define CONFIGURE_NEED_NET_IF_FXP
|
||||
#endif
|
||||
|
||||
/*
|
||||
* This is correct for the PC
|
||||
|
Loading…
x
Reference in New Issue
Block a user