mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			395 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			395 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/drivers/ata/Makefile
 | |
| +++ b/drivers/ata/Makefile
 | |
| @@ -87,6 +87,7 @@ obj-$(CONFIG_PATA_PLATFORM)	+= pata_plat
 | |
|  obj-$(CONFIG_PATA_OF_PLATFORM)	+= pata_of_platform.o
 | |
|  obj-$(CONFIG_PATA_QDI)		+= pata_qdi.o
 | |
|  obj-$(CONFIG_PATA_RB532)	+= pata_rb532_cf.o
 | |
| +obj-$(CONFIG_PATA_RB_PPC)	+= pata_rbppc_cf.o
 | |
|  obj-$(CONFIG_PATA_RZ1000)	+= pata_rz1000.o
 | |
|  obj-$(CONFIG_PATA_SAMSUNG_CF)	+= pata_samsung_cf.o
 | |
|  
 |