0fae198988
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>
7 lines
131 B
Makefile
7 lines
131 B
Makefile
#
|
|
# Makefile for HSI controllers drivers
|
|
#
|
|
|
|
omap_ssi-objs += omap_ssi_core.o omap_ssi_port.o
|
|
obj-$(CONFIG_OMAP_SSI) += omap_ssi.o
|