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>
This commit is contained in:
		
							parent
							
								
									b13d7a8e09
								
							
						
					
					
						commit
						aa7c09f7d0
					
				| 
						 | 
				
			
			@ -1,5 +1,4 @@
 | 
			
		|||
linuxmoduledir = $(moduledir)/linux
 | 
			
		||||
linuxmodule_LTLIBRARIES = libfbdevhw.la
 | 
			
		||||
module_LTLIBRARIES = libfbdevhw.la
 | 
			
		||||
 | 
			
		||||
libfbdevhw_la_LDFLAGS = -avoid-version
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue