Skip to content

Commit

Permalink
extmod/libmetal: Fix order prerequisite rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
iabdalkader committed Aug 31, 2024
1 parent 73ab4fc commit 0813ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extmod/libmetal/libmetal.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $(BUILD)/openamp: $(BUILD)
$(BUILD)/openamp/metal: $(BUILD)/openamp
$(MKDIR) -p $@

$(BUILD)/openamp/metal/config.h: $(BUILD)/openamp/metal $(TOP)/$(LIBMETAL_DIR)/lib/config.h
$(BUILD)/openamp/metal/config.h: | $(BUILD)/openamp/metal $(TOP)/$(LIBMETAL_DIR)/lib/config.h
@$(ECHO) "GEN $@"
@for file in $(TOP)/$(LIBMETAL_DIR)/lib/*.c $(TOP)/$(LIBMETAL_DIR)/lib/*.h; do $(SED) -e "s/@PROJECT_SYSTEM@/micropython/g" -e "s/@PROJECT_PROCESSOR@/arm/g" $$file > $(BUILD)/openamp/metal/$$(basename $$file); done
$(MKDIR) -p $(BUILD)/openamp/metal/processor/arm
Expand Down

0 comments on commit 0813ec7

Please sign in to comment.