Fix typo in comment.
Change-Id: I3a6813a5eb024aad799bc59c569db54337cb8d1f
This commit is contained in:
parent
250a73317f
commit
aeae94dbc4
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ ASM_SRC := $(wildcard $(ASM_C_SRC))
|
||||||
ASM_SRC += $(wildcard $(ASM_S_SRC))
|
ASM_SRC += $(wildcard $(ASM_S_SRC))
|
||||||
|
|
||||||
# GEN_SRC now contains a .c for each file in ASM_DUMMY_SRC that's not in ASM_SRC
|
# GEN_SRC now contains a .c for each file in ASM_DUMMY_SRC that's not in ASM_SRC
|
||||||
# I.e. fallback to a generic C source if no correspinding file in $ARCH is found
|
# I.e. fallback to a generic C source if no corresponding file in $ARCH is found
|
||||||
GEN_SRC := $(filter-out $(notdir $(ASM_SRC:.S=.c)),$(ASM_DUMMY_SRC))
|
GEN_SRC := $(filter-out $(notdir $(ASM_SRC:.S=.c)),$(ASM_DUMMY_SRC))
|
||||||
GEN_SRC := $(addprefix $(FIRMDIR)/asm/,$(GEN_SRC))
|
GEN_SRC := $(addprefix $(FIRMDIR)/asm/,$(GEN_SRC))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue