Skip to content

Commit

Permalink
Makefile: No need to pass $V in MAKE_OPTS
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Clayton <[email protected]>
  • Loading branch information
ac000 committed Aug 6, 2023
1 parent ec83be9 commit d4538d5
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 @@ -3,7 +3,7 @@ TARGETS = mtd-cli hdrchk
.PHONY: all $(TARGETS)
all: $(TARGETS)

MAKE_OPTS = --no-print-directory V=$V
MAKE_OPTS = --no-print-directory

.PHONY: mtd-cli
mtd-cli:
Expand Down

0 comments on commit d4538d5

Please sign in to comment.