1c58411e9SAlessandro Zummo# 2c58411e9SAlessandro Zummo# Makefile for RTC class/drivers. 3c58411e9SAlessandro Zummo# 4c58411e9SAlessandro Zummo 59e86ecb6SDavid Brownellifeq ($(CONFIG_RTC_DEBUG),y) 69e86ecb6SDavid Brownell EXTRA_CFLAGS += -DDEBUG 79e86ecb6SDavid Brownellendif 89e86ecb6SDavid Brownell 9c58411e9SAlessandro Zummoobj-$(CONFIG_RTC_LIB) += rtc-lib.o 100c86edc0SAlessandro Zummoobj-$(CONFIG_RTC_HCTOSYS) += hctosys.o 110c86edc0SAlessandro Zummoobj-$(CONFIG_RTC_CLASS) += rtc-core.o 120c86edc0SAlessandro Zummortc-core-y := class.o interface.o 13c5c3e192SAlessandro Zummo 145726fb20SDavid Brownellrtc-core-$(CONFIG_RTC_INTF_DEV) += rtc-dev.o 157d9f99ecSDavid Brownellrtc-core-$(CONFIG_RTC_INTF_PROC) += rtc-proc.o 16446ecbd9SDavid Brownellrtc-core-$(CONFIG_RTC_INTF_SYSFS) += rtc-sysfs.o 175726fb20SDavid Brownell 180ca56b4bSAlessandro Zummo# Keep the list ordered. 190ca56b4bSAlessandro Zummo 20fa04e78bSHans-Christian Egtvedtobj-$(CONFIG_RTC_DRV_AT32AP700X)+= rtc-at32ap700x.o 210ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_AT91RM9200)+= rtc-at91rm9200.o 224cdf854fSDavid Brownellobj-$(CONFIG_RTC_DRV_AT91SAM9) += rtc-at91sam9.o 2345fd8a0cSManuel Laussobj-$(CONFIG_RTC_DRV_AU1XXX) += rtc-au1xxx.o 240ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_BFIN) += rtc-bfin.o 250ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_CMOS) += rtc-cmos.o 26afd8d0f9SDavid Brownellobj-$(CONFIG_RTC_DRV_DM355EVM) += rtc-dm355evm.o 270ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_DS1216) += rtc-ds1216.o 285f119f29SThomas Bogendoerferobj-$(CONFIG_RTC_DRV_DS1286) += rtc-ds1286.o 29739d340dSPaul Mundtobj-$(CONFIG_RTC_DRV_DS1302) += rtc-ds1302.o 3053e84b67SDavid Brownellobj-$(CONFIG_RTC_DRV_DS1305) += rtc-ds1305.o 311abb0dc9SDavid Brownellobj-$(CONFIG_RTC_DRV_DS1307) += rtc-ds1307.o 32bf4994d7SScott Woodobj-$(CONFIG_RTC_DRV_DS1374) += rtc-ds1374.o 3306de1808SMark Jacksonobj-$(CONFIG_RTC_DRV_DS1390) += rtc-ds1390.o 348f26795aSAndrew Sharpobj-$(CONFIG_RTC_DRV_DS1511) += rtc-ds1511.o 350ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_DS1553) += rtc-ds1553.o 36edf1aaa3SAlessandro Zummoobj-$(CONFIG_RTC_DRV_DS1672) += rtc-ds1672.o 375ec3e4b7SAtsushi Nemotoobj-$(CONFIG_RTC_DRV_DS1742) += rtc-ds1742.o 382f9b75e0SDennis Aberillaobj-$(CONFIG_RTC_DRV_DS3234) += rtc-ds3234.o 395e3fd9e5Sdann frazierobj-$(CONFIG_RTC_DRV_EFI) += rtc-efi.o 400ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_EP93XX) += rtc-ep93xx.o 41c6d8f400SSergey Lapinobj-$(CONFIG_RTC_DRV_FM3130) += rtc-fm3130.o 420ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_ISL1208) += rtc-isl1208.o 430ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_M41T80) += rtc-m41t80.o 448fc2c767SKim B. Heinoobj-$(CONFIG_RTC_DRV_M41T94) += rtc-m41t94.o 45d1dbd82eSThomas Bogendoerferobj-$(CONFIG_RTC_DRV_M48T35) += rtc-m48t35.o 460ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_M48T59) += rtc-m48t59.o 470ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_M48T86) += rtc-m48t86.o 48cca4c231SDavid S. Millerobj-$(CONFIG_RTC_DRV_BQ4802) += rtc-bq4802.o 497a138edeSDavid S. Millerobj-$(CONFIG_RTC_DRV_SUN4V) += rtc-sun4v.o 50de2cf332SDavid S. Millerobj-$(CONFIG_RTC_DRV_STARFIRE) += rtc-starfire.o 510ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_MAX6900) += rtc-max6900.o 520ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_MAX6902) += rtc-max6902.o 53defb4514SSaeed Bisharaobj-$(CONFIG_RTC_DRV_MV) += rtc-mv.o 54db68b189SDavid Brownellobj-$(CONFIG_RTC_DRV_OMAP) += rtc-omap.o 55b5a82d62SAlessandro Zummoobj-$(CONFIG_RTC_DRV_PCF8563) += rtc-pcf8563.o 569c0c5705SG. Liakhovetskiobj-$(CONFIG_RTC_DRV_PCF8583) += rtc-pcf8583.o 57a190901cSRussell Kingobj-$(CONFIG_RTC_DRV_PL030) += rtc-pl030.o 580ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_PL031) += rtc-pl031.o 593afe6d04SGeert Uytterhoevenobj-$(CONFIG_RTC_DRV_GENERIC) += rtc-generic.o 60dc944368SRobert Jarzmikobj-$(CONFIG_RTC_DRV_PXA) += rtc-pxa.o 612805b969SMagnus Dammobj-$(CONFIG_RTC_DRV_R9701) += rtc-r9701.o 620ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_RS5C313) += rtc-rs5c313.o 630ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_RS5C348) += rtc-rs5c348.o 647520b94dSAlessandro Zummoobj-$(CONFIG_RTC_DRV_RS5C372) += rtc-rs5c372.o 653c2b9075SWolfgang Grandeggerobj-$(CONFIG_RTC_DRV_RX8025) += rtc-rx8025.o 66a7fa9851SMartyn Welchobj-$(CONFIG_RTC_DRV_RX8581) += rtc-rx8581.o 67c46288b0SByron Bradleyobj-$(CONFIG_RTC_DRV_S35390A) += rtc-s35390a.o 681add6781SBen Dooksobj-$(CONFIG_RTC_DRV_S3C) += rtc-s3c.o 69e842f1c8SRichard Purdieobj-$(CONFIG_RTC_DRV_SA1100) += rtc-sa1100.o 70317a6104SPaul Mundtobj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o 710ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_STK17TA8) += rtc-stk17ta8.o 720ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o 73f96411abSDavid Brownellobj-$(CONFIG_RTC_DRV_TWL4030) += rtc-twl4030.o 740e149233SAtsushi Nemotoobj-$(CONFIG_RTC_DRV_TX4939) += rtc-tx4939.o 750ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_V3020) += rtc-v3020.o 760ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_VR41XX) += rtc-vr41xx.o 77077eaf5bSMark Brownobj-$(CONFIG_RTC_DRV_WM8350) += rtc-wm8350.o 780ca56b4bSAlessandro Zummoobj-$(CONFIG_RTC_DRV_X1205) += rtc-x1205.o 79eae854b2SBalaji Raoobj-$(CONFIG_RTC_DRV_PCF50633) += rtc-pcf50633.o 800b5f037aSGeert Uytterhoevenobj-$(CONFIG_RTC_DRV_PS3) += rtc-ps3.o 81