From aa7c09f7d04d59852b850b2b6993f4cbdc7ec940 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 2 Jun 2010 14:31:56 -0700 Subject: [PATCH] Install fbdevhw module in normal module directory instead of linux/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we no longer support OS-independent custom elfloader modules, we don't need to put the OS-dependent modules into os-specific subdirs any more. We do however still need to install the stubs version of this module on non-Linux platforms, since a number of drivers link to functions in it, even when built on non-Linux platforms. Signed-off-by: Alan Coopersmith Reviewed-by: Michel Dänzer Signed-off-by: Tiago Vignatti Signed-off-by: Keith Packard --- hw/xfree86/fbdevhw/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/xfree86/fbdevhw/Makefile.am b/hw/xfree86/fbdevhw/Makefile.am index 066352556..76a69c1fb 100644 --- a/hw/xfree86/fbdevhw/Makefile.am +++ b/hw/xfree86/fbdevhw/Makefile.am @@ -1,5 +1,4 @@ -linuxmoduledir = $(moduledir)/linux -linuxmodule_LTLIBRARIES = libfbdevhw.la +module_LTLIBRARIES = libfbdevhw.la libfbdevhw_la_LDFLAGS = -avoid-version