mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 23:39:48 +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>
|
#include <freebsd/machine/rtems-bsd-sysinit.h>
|
||||||
|
|
||||||
#define CONFIGURE_NEED_NET
|
#define CONFIGURE_NEED_NET
|
||||||
#define CONFIGURE_NEED_PCIB
|
/* only include FXP and PCI for i386/pc386 for debug on qemu (for now) */
|
||||||
#define CONFIGURE_NEED_NET_IF_FXP
|
#if defined(i386)
|
||||||
|
#define CONFIGURE_NEED_PCIB
|
||||||
|
#define CONFIGURE_NEED_NET_IF_FXP
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is correct for the PC
|
* This is correct for the PC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user