i2c: Adding makefile to build code
Adds the necessary changes to Kbuild and Makefiles to enable I2C driver support to build. Change-Id: I3113ccbbbbb4e06ef134ca73f509d2755a2abb59 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
e6252dd0ba
commit
1f63fb5de4
4 changed files with 62 additions and 0 deletions
|
@ -12,3 +12,4 @@ obj-$(CONFIG_BLUETOOTH) += bluetooth/
|
|||
obj-$(CONFIG_UART_SIMPLE) += simple/
|
||||
obj-$(CONFIG_SPI) += spi/
|
||||
obj-$(CONFIG_GPIO) += gpio/
|
||||
obj-$(CONFIG_I2C) += i2c/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue