diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-02 14:31:56 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-06-03 07:29:50 -0700 |
commit | aa7c09f7d04d59852b850b2b6993f4cbdc7ec940 (patch) | |
tree | 12720aebe6490ef44020e4795d53415bd436f504 /hw/xfree86/fbdevhw | |
parent | b13d7a8e09c8e3eb5003420c3c0484431e5a052b (diff) |
Install fbdevhw module in normal module directory instead of linux/
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 <alan.coopersmith@oracle.com>
Reviewed-by: Michel Dänzer <michel@daenzer.net>
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/xfree86/fbdevhw')
-rw-r--r-- | hw/xfree86/fbdevhw/Makefile.am | 3 |
1 files changed, 1 insertions, 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 |