cb0c98fce0
Two modules with the same name cannot be loaded, so Marvell specific drivers cannot have the same name as generic drivers. Files with the same name, even in different folder overlaps their .o files. Change armada38x/rtc.c to armada38x/armada38x_rtc.c fix it. Preparation for adding this driver to GENERIC config for ARMv7 Marvell platforms. Submitted by: Rafal Kozik <rk@semihalf.com> Obtained from: Semihalf Sponsored by: Semihalf Differential Revision: https://reviews.freebsd.org/D12185
13 lines
369 B
Plaintext
13 lines
369 B
Plaintext
# $FreeBSD$
|
|
arm/mv/mpic.c standard
|
|
|
|
arm/mv/armada/thermal.c optional fdt
|
|
arm/mv/armada/wdt.c optional fdt
|
|
|
|
arm/mv/armada38x/armada38x.c standard
|
|
arm/mv/armada38x/armada38x_mp.c optional smp
|
|
arm/mv/armada38x/pmsu.c standard
|
|
arm/mv/armada38x/armada38x_rtc.c optional mv_rtc fdt
|
|
arm/mv/armada38x/armada38x_pl310.c optional pl310
|
|
dev/sdhci/sdhci_fdt.c optional sdhci
|