diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2006-05-30 22:56:36 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2006-05-30 22:56:36 +0000 |
commit | fc5ca97284ef237a91f6adb433148ff57a673c08 (patch) | |
tree | 724064be52e20427aedb77d6b9ed31369b48398d /hw | |
parent | 07b168c8d8b2d79a4e7cf8dc5124eafc0f2bbcd0 (diff) |
Powerpc machines also need ioperm_noop.c
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/os-support/bsd/Makefile.am | 3 |
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 |