mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
hw/armv7m_nvic: Make the NVIC a freestanding class
Rearrange the GIC and NVIC so both are straightforward subclasses of a common class, rather than having the NVIC source file textually include arm_gic.c. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
2b518c56a6
commit
1e8cae4dfe
5 changed files with 371 additions and 240 deletions
|
@ -6,7 +6,7 @@ obj-y += cadence_uart.o
|
|||
obj-y += cadence_ttc.o
|
||||
obj-y += cadence_gem.o
|
||||
obj-y += xilinx_zynq.o zynq_slcr.o
|
||||
obj-y += arm_gic.o
|
||||
obj-y += arm_gic.o arm_gic_common.o
|
||||
obj-y += realview_gic.o realview.o arm_sysctl.o arm11mpcore.o a9mpcore.o
|
||||
obj-y += exynos4210_gic.o exynos4210_combiner.o exynos4210.o
|
||||
obj-y += exynos4_boards.o exynos4210_uart.o exynos4210_pwm.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue