mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
i.MX: split GPT and EPIT timer implementation
There is no common code between these 2 timer implementation. So it is better to split them. Signed-off-by: Jean-Christophe DUBOIS <jcd@tribudubois.net> Message-id: 1368990197-19694-1-git-send-email-jcd@tribudubois.net Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
37ab4a5668
commit
a50c0d6f72
3 changed files with 410 additions and 363 deletions
|
@ -11,7 +11,8 @@ common-obj-$(CONFIG_XILINX) += xilinx_timer.o
|
|||
common-obj-$(CONFIG_SLAVIO) += slavio_timer.o
|
||||
common-obj-$(CONFIG_ETRAXFS) += etraxfs_timer.o
|
||||
common-obj-$(CONFIG_GRLIB) += grlib_gptimer.o
|
||||
common-obj-$(CONFIG_IMX) += imx_timer.o
|
||||
common-obj-$(CONFIG_IMX) += imx_epit.o
|
||||
common-obj-$(CONFIG_IMX) += imx_gpt.o
|
||||
common-obj-$(CONFIG_LM32) += lm32_timer.o
|
||||
common-obj-$(CONFIG_MILKYMIST) += milkymist-sysctl.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue