mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			522 B
		
	
	
	
		
			Diff
		
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			522 B
		
	
	
	
		
			Diff
		
	
	
| diff -drupN a/drivers/i2c/busses/Makefile b/drivers/i2c/busses/Makefile
 | |
| --- a/drivers/i2c/busses/Makefile	2017-10-21 18:09:07.000000000 +0300
 | |
| +++ b/drivers/i2c/busses/Makefile	2022-06-09 05:02:29.000000000 +0300
 | |
| @@ -96,6 +96,7 @@ obj-$(CONFIG_I2C_XILINX)	+= i2c-xiic.o
 | |
|  obj-$(CONFIG_I2C_XLR)		+= i2c-xlr.o
 | |
|  obj-$(CONFIG_I2C_XLP9XX)	+= i2c-xlp9xx.o
 | |
|  obj-$(CONFIG_I2C_RCAR)		+= i2c-rcar.o
 | |
| +obj-$(CONFIG_I2C_INGENIC) 	+= i2c-ingenic.o
 | |
|  
 | |
|  # External I2C/SMBus adapter drivers
 | |
|  obj-$(CONFIG_I2C_DIOLAN_U2C)	+= i2c-diolan-u2c.o
 |