Skip to content

Commit

Permalink
[fix] ta_dev_kit.mk: use spec-srcs and spec-out-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jenswi-linaro committed Oct 23, 2024
1 parent 6e76fd3 commit 86ab10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ta/mk/ta_dev_kit.mk
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ ifneq ($(user-ta-uuid),)
# Build target is TA
spec-out-dir := $(link-out-dir$(sm))
spec-srcs += $(ta-dev-kit-dir$(sm))/src/user_ta_header.c
ifeq ($(ta-target),ta_arm32)
ifeq ($(sm),ta_arm32)
spec-srcs += $(ta-dev-kit-dir$(sm))/src/ta_entry_a32.S
endif
endif
Expand Down

0 comments on commit 86ab10c

Please sign in to comment.