drivers: Add the common directory and files for SPI
Add the necessary Kconfig, Makefile etc... Change-Id: I3682ab353ef71f3827520ab3fc4b16a122180d99 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
7b34e0dcfa
commit
d5d525562e
4 changed files with 52 additions and 0 deletions
|
@ -10,3 +10,4 @@ obj-y += interrupt_controller/
|
|||
obj-$(CONFIG_PCI) += pci/
|
||||
obj-$(CONFIG_BLUETOOTH) += bluetooth/
|
||||
obj-$(CONFIG_UART_SIMPLE) += simple/
|
||||
obj-$(CONFIG_SPI) += spi/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue