Makefile.objs 519 B

12345678910111213
  1. common-obj-$(CONFIG_DS1338) += ds1338.o
  2. common-obj-$(CONFIG_M41T80) += m41t80.o
  3. common-obj-$(CONFIG_M48T59) += m48t59.o
  4. ifeq ($(CONFIG_ISA_BUS),y)
  5. common-obj-$(CONFIG_M48T59) += m48t59-isa.o
  6. endif
  7. common-obj-$(CONFIG_PL031) += pl031.o
  8. common-obj-$(CONFIG_TWL92230) += twl92230.o
  9. common-obj-$(CONFIG_XLNX_ZYNQMP) += xlnx-zynqmp-rtc.o
  10. common-obj-$(CONFIG_EXYNOS4) += exynos4210_rtc.o
  11. obj-$(CONFIG_MC146818RTC) += mc146818rtc.o
  12. common-obj-$(CONFIG_SUN4V_RTC) += sun4v-rtc.o
  13. common-obj-$(CONFIG_ASPEED_SOC) += aspeed_rtc.o