mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-10 08:55:09 +07:00
![Sebastian Reichel](/assets/img/avatar_default.png)
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
|