summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2006-05-30 22:56:36 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2006-05-30 22:56:36 +0000
commitfc5ca97284ef237a91f6adb433148ff57a673c08 (patch)
tree724064be52e20427aedb77d6b9ed31369b48398d /hw
parent07b168c8d8b2d79a4e7cf8dc5124eafc0f2bbcd0 (diff)
Powerpc machines also need ioperm_noop.c
Diffstat (limited to 'hw')
-rw-r--r--hw/xfree86/os-support/bsd/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/bsd/Makefile.am b/hw/xfree86/os-support/bsd/Makefile.am
index d65b3852d..ae89a6bf6 100644
--- a/hw/xfree86/os-support/bsd/Makefile.am
+++ b/hw/xfree86/os-support/bsd/Makefile.am
@@ -38,7 +38,8 @@ ARCH_SOURCES = i386_video.c
endif
if PPC_VIDEO
-ARCH_SOURCES = ppc_video.c
+ARCH_SOURCES = ppc_video.c \
+ $(srcdir)/../shared/ioperm_noop.c
endif
if SPARC64_VIDEO