mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
timer/arm_mptimer: Build arm_mptimer only once
Since current_cpu is CPUState it no longer depends on CPUARMState. Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
2b927571cc
commit
de6db419e5
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
common-obj-$(CONFIG_ARM_TIMER) += arm_timer.o
|
||||
common-obj-$(CONFIG_ARM_MPTIMER) += arm_mptimer.o
|
||||
common-obj-$(CONFIG_CADENCE) += cadence_ttc.o
|
||||
common-obj-$(CONFIG_DS1338) += ds1338.o
|
||||
common-obj-$(CONFIG_HPET) += hpet.o
|
||||
|
@ -25,5 +26,4 @@ obj-$(CONFIG_PXA2XX) += pxa2xx_timer.o
|
|||
obj-$(CONFIG_SH4) += sh_timer.o
|
||||
obj-$(CONFIG_TUSB6010) += tusb6010.o
|
||||
|
||||
obj-$(CONFIG_ARM_MPTIMER) += arm_mptimer.o
|
||||
obj-$(CONFIG_MC146818RTC) += mc146818rtc.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue