Kbuild: building nmi is not conditional
We need to always build nmi.c for ARM, this should not be conditional on RUNTIME_NMI. Change-Id: I27c0cb07b3f63eddd2141d07cb988548ef0050ec Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
805a0edaff
commit
5a446171ac
1 changed files with 1 additions and 2 deletions
|
@ -11,5 +11,4 @@ endif
|
|||
EXTRA_AFLAGS = $(EXTRA_CFLAGS)
|
||||
|
||||
obj-y = vector_table.o reset.o \
|
||||
prep_c.o scs.o scb.o
|
||||
obj-$(CONFIG_RUNTIME_NMI) += nmi.o
|
||||
prep_c.o scs.o scb.o nmi.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue