diff options
| author | Jody McIntyre <scjody@modernduck.com> | 2006-03-28 20:24:39 -0500 |
|---|---|---|
| committer | Jody McIntyre <scjody@modernduck.com> | 2006-03-28 20:24:39 -0500 |
| commit | c0e4077c946104e5d8a62f835dcdca5c79c8af7d (patch) | |
| tree | c1f458722f86690a6172bbac2dfef3241ba0ec7e /drivers/rtc/Makefile | |
| parent | 94c2d01a537daf51a9fcf229d7d2204c979355d9 (diff) | |
| parent | ca9ba4471c1203bb6e759b76e83167fec54fe590 (diff) | |
Merge with git+ssh://master.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'drivers/rtc/Makefile')
| -rw-r--r-- | drivers/rtc/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile new file mode 100644 index 000000000000..8d4c7fe88d58 --- /dev/null +++ b/drivers/rtc/Makefile | |||
| @@ -0,0 +1,21 @@ | |||
| 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 | obj-$(CONFIG_RTC_DRV_DS1672) += rtc-ds1672.o | ||
| 17 | obj-$(CONFIG_RTC_DRV_PCF8563) += rtc-pcf8563.o | ||
| 18 | obj-$(CONFIG_RTC_DRV_RS5C372) += rtc-rs5c372.o | ||
| 19 | obj-$(CONFIG_RTC_DRV_M48T86) += rtc-m48t86.o | ||
| 20 | obj-$(CONFIG_RTC_DRV_EP93XX) += rtc-ep93xx.o | ||
| 21 | obj-$(CONFIG_RTC_DRV_SA1100) += rtc-sa1100.o | ||
