mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-28 22:56:42 +00:00
Fix missing space
This commit is contained in:
parent
90a189ed48
commit
09b9da49c5
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ endif
|
|||
|
||||
define declare_app
|
||||
|
||||
$(eval PULP_APP_SRCS_$(1) += $(PULP_APP_SRCS)$(PULP_APP_FC_SRCS) $(PULP_SRCS) $(PULP_APP_CL_SRCS) $(PULP_CL_SRCS))
|
||||
$(eval PULP_APP_SRCS_$(1) += $(PULP_APP_SRCS) $(PULP_APP_FC_SRCS) $(PULP_SRCS) $(PULP_APP_CL_SRCS) $(PULP_CL_SRCS))
|
||||
$(eval PULP_APP_ASM_SRCS_$(1) += $(PULP_APP_ASM_SRCS) $(PULP_ASM_SRCS) $(PULP_APP_CL_ASM_SRCS) $(PULP_CL_ASM_SRCS))
|
||||
$(eval PULP_APP_OBJS_$(1) += $(patsubst %.c,$(TARGET_BUILD_DIR)/$(1)/%.o,$(PULP_APP_SRCS_$(1))))
|
||||
$(eval PULP_APP_OBJS_$(1) += $(patsubst %.S,$(TARGET_BUILD_DIR)/$(1)/%.o,$(PULP_APP_ASM_SRCS_$(1))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue