Apparently make doesn't like inline comments
Change-Id: If604af9713cf95dafbeb1a601219ca1b3a8964fa
This commit is contained in:
parent
7b1a369cf7
commit
a54c687300
1 changed files with 2 additions and 1 deletions
|
@ -10,8 +10,9 @@
|
|||
# Collect dummy C files in firmware/asm
|
||||
ASM_DUMMY_SRC := $(notdir $(call preprocess, $(FIRMDIR)/asm/SOURCES))
|
||||
|
||||
ASM_ARCH := $(subst arch_,,$(ARCH)) # strip arch_ prefix from $(ARCH)
|
||||
# Get the corresponding real source files under firmware/asm/$ARCH (C or ASM)
|
||||
# strip arch_ prefix from $(ARCH)
|
||||
ASM_ARCH := $(subst arch_,,$(ARCH))
|
||||
ASM_C_SRC := $(addprefix $(FIRMDIR)/asm/$(ASM_ARCH)/,$(ASM_DUMMY_SRC))
|
||||
ASM_S_SRC := $(ASM_C_SRC:.c=.S)
|
||||
|
||||
|
|
Loading…
Reference in a new issue