From 6161ff188089f6672bffa19f24161afc87775ab8 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Mon, 16 Nov 2009 21:22:24 +0000 Subject: Fix incorrect comment about wiki printing in Makefile Spotted by Benjamin BELLEC Corresponding to flashrom svn r765. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Carl-Daniel Hailfinger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 332767b..fbe9f0b 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ CONFIG_DUMMY ?= yes # Always enable Dr. Kaiser for now. CONFIG_DRKAISER ?= yes -# Always enable wiki printing for now. +# Disable wiki printing by default. It is only useful if you have wiki access. CONFIG_PRINT_WIKI ?= no ifeq ($(CONFIG_SERPROG), yes) -- cgit v1.1