Skip to content

Commit

Permalink
Makefile: update xbuild invocation for new --target semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
barzamin committed Oct 22, 2018
1 parent 1b949bd commit 34aa69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $(kernel): $(asm_obj) $(rs_kernel)

.PHONY: $(rs_kernel) # always run this dep
$(rs_kernel):
cargo xbuild --target $(rs_target)
cargo xbuild --target $(rs_target).json

build/$(arch)/%.o: src/arch/$(arch)/%.asm
@mkdir -p $(shell dirname $@)
Expand Down

0 comments on commit 34aa69f

Please sign in to comment.