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
d47f91893d
zephyr
/
drivers
/
spi
/
Makefile
5 lines
84 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)
=
spi_static_irq_stubs.o
obj-$(CONFIG_SPI_INTEL)
+=
intel_spi.o