Skip to content

Commit

Permalink
m4projects: Fix missing installation folder
Browse files Browse the repository at this point in the history
Signed-off-by: Kory Maincent <[email protected]>
  • Loading branch information
kmaincent committed Mar 1, 2024
1 parent a2f3eaf commit 8d3bee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/m4projects/m4projects.mk
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ endef

define M4PROJECTS_INSTALL_TARGET_CMDS
$(foreach project, $(M4PROJECTS_PROJECTS_LIST), \
mkdir -p $(TARGET_DIR)/usr/lib/Cube-M4-examples/$(notdir $(project)) ; \
$(INSTALL) -D -m 0755 $(@D)/$(project)/out/$(M4PROJECTS_BUILD_CONFIG)/$(notdir $(project)).elf \
$(TARGET_DIR)/lib/firmware/ ; \
if [ -e $(@D)/Projects/$(project)/Remoteproc/fw_cortex_m4.sh ]; then \
Expand Down

0 comments on commit 8d3bee1

Please sign in to comment.