162306a36Sopenharmony_ciobjtool-y += arch/$(SRCARCH)/
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciobjtool-y += weak.o
462306a36Sopenharmony_ci
562306a36Sopenharmony_ciobjtool-y += check.o
662306a36Sopenharmony_ciobjtool-y += special.o
762306a36Sopenharmony_ciobjtool-y += builtin-check.o
862306a36Sopenharmony_ciobjtool-y += elf.o
962306a36Sopenharmony_ciobjtool-y += objtool.o
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ciobjtool-$(BUILD_ORC) += orc_gen.o
1262306a36Sopenharmony_ciobjtool-$(BUILD_ORC) += orc_dump.o
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ciobjtool-y += libstring.o
1562306a36Sopenharmony_ciobjtool-y += libctype.o
1662306a36Sopenharmony_ciobjtool-y += str_error_r.o
1762306a36Sopenharmony_ciobjtool-y += librbtree.o
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ci$(OUTPUT)libstring.o: ../lib/string.c FORCE
2062306a36Sopenharmony_ci	$(call rule_mkdir)
2162306a36Sopenharmony_ci	$(call if_changed_dep,cc_o_c)
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ci$(OUTPUT)libctype.o: ../lib/ctype.c FORCE
2462306a36Sopenharmony_ci	$(call rule_mkdir)
2562306a36Sopenharmony_ci	$(call if_changed_dep,cc_o_c)
2662306a36Sopenharmony_ci
2762306a36Sopenharmony_ci$(OUTPUT)str_error_r.o: ../lib/str_error_r.c FORCE
2862306a36Sopenharmony_ci	$(call rule_mkdir)
2962306a36Sopenharmony_ci	$(call if_changed_dep,cc_o_c)
3062306a36Sopenharmony_ci
3162306a36Sopenharmony_ci$(OUTPUT)librbtree.o: ../lib/rbtree.c FORCE
3262306a36Sopenharmony_ci	$(call rule_mkdir)
3362306a36Sopenharmony_ci	$(call if_changed_dep,cc_o_c)
34