forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
kernel/arch/sh/boards/mach-dreamcast/Makefile
....@@ -1,6 +1,7 @@
1
+# SPDX-License-Identifier: GPL-2.0
12 #
23 # Makefile for the Sega Dreamcast specific parts of the kernel
34 #
45
5
-obj-y := setup.o irq.o rtc.o
6
-
6
+obj-y := setup.o irq.o
7
+obj-$(CONFIG_RTC_DRV_GENERIC) += rtc.o