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
416525849a
zephyr
/
drivers
/
spi
/
Makefile
3 lines
72 B
Makefile
Raw
Normal View
History
Unescape
Escape
spi: Rename files according to rules Renaming files as: <domain>_<model or manufacturer>.<c/h> Change-Id: I018f6fdb4ba8aac8bb96e848f0f3633bd032b44e Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
2016-01-14 21:48:12 +08:00
obj-$(CONFIG_SPI_INTEL)
+=
spi_intel.o
obj-$(CONFIG_SPI_DW)
+=
spi_dw.o