mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-12 08:36:05 +00:00
Use CONFIG_SOC_FAMILY for the top level SoC family. A family will have different SoCs or different SoC series with multiple SoCs. Adding the Family string to the config variable to avoid confusion between actual SoCs and families and to prevent name collisions. Change-Id: Ic99a2c1df7850dee3a45641027af82464dd6fadb Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
356 B
Makefile
12 lines
356 B
Makefile
obj-${CONFIG_PIC_DISABLE} = i8259.o
|
|
|
|
obj-$(CONFIG_LOAPIC)$(CONFIG_MVIC) += system_apic.o
|
|
obj-$(CONFIG_MVIC) += mvic.o
|
|
obj-$(CONFIG_LOAPIC) += loapic_intr.o
|
|
obj-$(CONFIG_IOAPIC) += ioapic_intr.o
|
|
obj-$(CONFIG_LOAPIC_SPURIOUS_VECTOR) += loapic_spurious.o
|
|
|
|
obj-$(CONFIG_ARCV2_INTERRUPT_UNIT) += arcv2_irq_unit.o
|
|
|
|
obj-$(CONFIG_SOC_FAMILY_STM32) += exti_stm32.o
|