link01: Only include fxp on pc386

This commit is contained in:
Joel Sherrill 2012-07-17 13:09:58 -05:00
parent 9189462908
commit 19ffee0716

View File

@ -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
/* only include FXP and PCI for i386/pc386 for debug on qemu (for now) */
#if defined(i386)
#define CONFIGURE_NEED_PCIB #define CONFIGURE_NEED_PCIB
#define CONFIGURE_NEED_NET_IF_FXP #define CONFIGURE_NEED_NET_IF_FXP
#endif
/* /*
* This is correct for the PC * This is correct for the PC