arm: don't build sw_isr_table if disabled
This table was still being added to ROM even if CONFIG_SW_ISR_TABLE=n. Change-Id: Ia0de1349960af1c62e88344b3d5b6655b638219b Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
bd7d71efdc
commit
6d972a33cf
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ asflags-y = $(ccflags-y)
|
|||
|
||||
obj-y = vector_table.o reset.o \
|
||||
prep_c.o scs.o scb.o nmi.o \
|
||||
sw_isr_table.o exc_manage.o exc_wrapper.o
|
||||
exc_manage.o exc_wrapper.o
|
||||
|
||||
obj-$(CONFIG_ERRNO) += errno.o
|
||||
obj-$(CONFIG_IRQ_VECTOR_TABLE_SOC) += irq_vector_table.o
|
||||
obj-$(CONFIG_SW_ISR_TABLE) += sw_isr_table.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue