]> git.proxmox.com Git - qemu.git/blob - hw/timer/Makefile.objs
hw: move MC146818RTC to hw/timer/, configure via default-configs/
[qemu.git] / hw / timer / Makefile.objs
1 common-obj-$(CONFIG_ARM_TIMER) += arm_timer.o
2 common-obj-$(CONFIG_CADENCE) += cadence_ttc.o
3 common-obj-$(CONFIG_DS1338) += ds1338.o
4 common-obj-$(CONFIG_HPET) += hpet.o
5 common-obj-$(CONFIG_I8254) += i8254_common.o i8254.o
6 common-obj-$(CONFIG_M48T59) += m48t59.o
7 common-obj-$(CONFIG_PL031) += pl031.o
8 common-obj-$(CONFIG_PUV3) += puv3_ost.o
9 common-obj-$(CONFIG_TWL92230) += twl92230.o
10 common-obj-$(CONFIG_XILINX) += xilinx_timer.o
11
12 obj-$(CONFIG_MC146818RTC) += mc146818rtc.o