From 19ffee0716af4fd8eed0ac885fce631d85ffb99f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 17 Jul 2012 13:09:58 -0500 Subject: [PATCH] link01: Only include fxp on pc386 --- testsuite/link01/test.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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