From d4538d57e8024cfd133535d2aa06fa8f2b0d847b Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Sun, 6 Aug 2023 01:50:14 +0100 Subject: [PATCH] Makefile: No need to pass $V in MAKE_OPTS Signed-off-by: Andrew Clayton --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff71c44..3ec3760 100644 --- a/Makefile +++ b/Makefile @@ -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: