Skip to content

Commit

Permalink
make: no --package
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Jul 11, 2024
1 parent 7aea14a commit b93ba2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ debug-lst: $(TARGET_PATH)/debug/$(PLATFORM).lst

.PHONY: doc
doc: | target
$(Q)RUSTDOCFLAGS='$(RUSTDOC_FLAGS_TOCK)' $(CARGO) --color=always doc $(VERBOSE_FLAGS) --release --package $(PLATFORM)
$(Q)RUSTDOCFLAGS='$(RUSTDOC_FLAGS_TOCK)' $(CARGO) --color=always doc $(VERBOSE_FLAGS) --release


.PHONY: lst
Expand Down

0 comments on commit b93ba2f

Please sign in to comment.