mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 11:50:50 +00:00
efm32_vectors.S is not really a HEAD object
This commit is contained in:
parent
31db5d324b
commit
7f83a5c6fd
1 changed files with 5 additions and 6 deletions
|
|
@ -33,11 +33,7 @@
|
|||
#
|
||||
############################################################################
|
||||
|
||||
ifeq ($(CONFIG_ARMV7M_CMNVECTOR),y)
|
||||
HEAD_ASRC =
|
||||
else
|
||||
HEAD_ASRC = efm32_vectors.S
|
||||
endif
|
||||
|
||||
CMN_UASRCS =
|
||||
CMN_UCSRCS =
|
||||
|
|
@ -93,9 +89,12 @@ endif
|
|||
endif
|
||||
|
||||
CHIP_ASRCS =
|
||||
CHIP_CSRCS =
|
||||
|
||||
CHIP_CSRCS += efm32_start.c efm32_clockconfig.c efm32_irq.c efm32_timerisr.c
|
||||
ifeq ($(CONFIG_ARMV7M_CMNVECTOR),y)
|
||||
CHIP_ASRCS += efm32_vectors.S
|
||||
endif
|
||||
|
||||
CHIP_CSRCS = efm32_start.c efm32_clockconfig.c efm32_irq.c efm32_timerisr.c
|
||||
|
||||
ifneq ($(CONFIG_ARCH_IDLE_CUSTOM),y)
|
||||
CHIP_CSRCS += efm32_idle.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue