mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-04-27 22:29:35 +02:00
Merge omap_ssi and omap_ssi_port into one module. This fixes problems with module cycle dependencies introduced by future patches. Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Sebastian Reichel <sre@kernel.org>
131 B
131 B
Makefile for HSI controllers drivers
omap_ssi-objs += omap_ssi_core.o omap_ssi_port.o obj-$(CONFIG_OMAP_SSI) += omap_ssi.o