diff --git a/testsuite/link01/test.c b/testsuite/link01/test.c index 684a7d28..422e7f53 100644 --- a/testsuite/link01/test.c +++ b/testsuite/link01/test.c @@ -61,8 +61,11 @@ rtems_task Init( #include #define CONFIGURE_NEED_NET -#define CONFIGURE_NEED_PCIB -#define CONFIGURE_NEED_NET_IF_FXP +/* 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