linux-imx/drivers/hsi/controllers/Makefile
Sebastian Reichel 0fae198988 HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module
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>
2016-05-02 21:56:21 +02:00

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