]> err.no Git - linux-2.6/blob - drivers/rtc/Makefile
c44363355c2b5b4dc3a8adc672d0844ff2585c1f
[linux-2.6] / drivers / rtc / Makefile
1 #
2 # Makefile for RTC class/drivers.
3 #
4
5 obj-$(CONFIG_RTC_LIB)           += rtc-lib.o
6 obj-$(CONFIG_RTC_HCTOSYS)       += hctosys.o
7 obj-$(CONFIG_RTC_CLASS)         += rtc-core.o
8 rtc-core-y                      := class.o interface.o
9
10 obj-$(CONFIG_RTC_INTF_SYSFS)    += rtc-sysfs.o
11