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:
Dan Kalowsky 2015-08-26 14:56:43 -07:00 committed by Anas Nashif
commit 1f63fb5de4
4 changed files with 62 additions and 0 deletions

View file

@ -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/