summaryrefslogtreecommitdiffstats
path: root/libdha/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdha/pci.c')
-rw-r--r--libdha/pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdha/pci.c b/libdha/pci.c
index 8d43d6c0ae..9524d8a2c0 100644
--- a/libdha/pci.c
+++ b/libdha/pci.c
@@ -492,6 +492,8 @@ static int pcibus=-1, pcicard=-1, pcifunc=-1 ;
#include "sysdep/pci_arm32.c"
#elif defined(__powerpc__)
#include "sysdep/pci_powerpc.c"
+#elif defined(__x86_64__)
+/* Nothing here right now */
#else
#include "sysdep/pci_x86.c"
#endif