Skip to content

Commit efb08df

Browse files
committed
SDK urtssim: fix Makefile for parallel build
Enforce more strict order in urtssim Signed-off-by: Haitao Huang <4699115+haitaohuang@users.noreply.github.com>
1 parent d10c025 commit efb08df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sdk/simulation/urtssim/linux/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ endif
146146
$(BUILD_DIR):
147147
@$(MKDIR) $@
148148

149+
150+
$(OBJ6): | uinst simasm driver_api
151+
149152
$(OBJ4): %.o: %.S
150153
$(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
151154

0 commit comments

Comments
 (0)