kernel/arch/sh/boards/mach-sh03/Makefile
.. .. @@ -1,5 +1,7 @@ 1 +# SPDX-License-Identifier: GPL-2.01 2 # 2 3 # Makefile for the Interface (CTP/PCI-SH03) specific parts of the kernel 3 4 # 4 5 5 -obj-y := setup.o rtc.o6 +obj-y := setup.o7 +obj-$(CONFIG_RTC_DRV_GENERIC) += rtc.o