aboutsummaryrefslogtreecommitdiff
path: root/hw/rtc/Makefile.objs
blob: c87f81405e9ddf72ebc7152a08ab2dab1b7b8339 (plain)
1
2
3
4
5
6
common-obj-$(CONFIG_M48T59) += m48t59.o
ifeq ($(CONFIG_ISA_BUS),y)
common-obj-$(CONFIG_M48T59) += m48t59-isa.o
endif
common-obj-$(CONFIG_PL031) += pl031.o
obj-$(CONFIG_MC146818RTC) += mc146818rtc.o