The SH RTC support has an extra level of indirection to provide either the old read_persistent_clock/update_persistent_clock interface or the rtc-generic device for hctosys/systohc. Both do the same thing for dreamcast, so we can do away with the abstraction and simply let the RTC core code to take care of it. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
7 lines
131 B
Makefile
7 lines
131 B
Makefile
#
|
|
# Makefile for the Sega Dreamcast specific parts of the kernel
|
|
#
|
|
|
|
obj-y := setup.o irq.o
|
|
obj-$(CONFIG_RTC_DRV_GENERIC) += rtc.o
|