This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
295078d52a
zephyr
/
drivers
/
spi
/
Makefile
3 lines
72 B
Makefile
Raw
Normal View
History
Unescape
Escape
spi: move static stubs to driver directory Change-Id: Idd08e79eec429df00673a10790ec85afbe3183f6 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-10-17 00:43:53 +08:00
obj-$(CONFIG_SPI_INTEL)
+=
intel_spi.o
spi: dw: Fix various building and support issues - Build the actual driver when relevant - Provide the IOAPIC stub - Provide the IRQ flags for IRQ_CONNECT_STATIC - Set the default IRQ priorities Change-Id: Iea20ef67c92cf7f48791fba5a8021448b7059950 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2015-11-25 17:18:04 +08:00
obj-$(CONFIG_SPI_DW)
+=
dw_spi.o