|
@@ -6,7 +6,7 @@ system_ss.add(when: 'CONFIG_ARM_GIC', if_true: files(
|
|
|
'arm_gicv3_common.c',
|
|
|
'arm_gicv3_its_common.c',
|
|
|
))
|
|
|
-system_ss.add(when: 'CONFIG_ARM_GICV3_TCG', if_true: files(
|
|
|
+system_ss.add(when: 'CONFIG_ARM_GICV3', if_true: files(
|
|
|
'arm_gicv3.c',
|
|
|
'arm_gicv3_dist.c',
|
|
|
'arm_gicv3_its.c',
|
|
@@ -39,7 +39,7 @@ endif
|
|
|
|
|
|
specific_ss.add(when: 'CONFIG_APIC', if_true: files('apic.c', 'apic_common.c'))
|
|
|
specific_ss.add(when: 'CONFIG_ARM_GIC', if_true: files('arm_gicv3_cpuif_common.c'))
|
|
|
-specific_ss.add(when: 'CONFIG_ARM_GICV3_TCG', if_true: files('arm_gicv3_cpuif.c'))
|
|
|
+specific_ss.add(when: 'CONFIG_ARM_GICV3', if_true: files('arm_gicv3_cpuif.c'))
|
|
|
specific_ss.add(when: 'CONFIG_ARM_GIC_KVM', if_true: files('arm_gic_kvm.c'))
|
|
|
specific_ss.add(when: ['CONFIG_ARM_GIC_KVM', 'TARGET_AARCH64'], if_true: files('arm_gicv3_kvm.c', 'arm_gicv3_its_kvm.c'))
|
|
|
specific_ss.add(when: 'CONFIG_ARM_V7M', if_true: files('armv7m_nvic.c'))
|