mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 09:36:46 +07:00
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
|