]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/rtc/Makefile
[PATCH] RTC subsystem: test device/driver
[linux-2.6-omap-h63xx.git] / 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 obj-$(CONFIG_RTC_INTF_PROC)     += rtc-proc.o
12 obj-$(CONFIG_RTC_INTF_DEV)      += rtc-dev.o
13
14 obj-$(CONFIG_RTC_DRV_X1205)     += rtc-x1205.o
15 obj-$(CONFIG_RTC_DRV_TEST)      += rtc-test.o
16