From 7f521faec08b477702a1ed6b617d78e6332b4fae Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 1 Feb 2002 17:10:23 +0000 Subject: [PATCH] added instructions for compiling erase --- util/mtd/README | 1 + 1 file changed, 1 insertion(+) diff --git a/util/mtd/README b/util/mtd/README index cada581819..695460c4d6 100644 --- a/util/mtd/README +++ b/util/mtd/README @@ -5,5 +5,6 @@ later should be fine. Be sure to set up (in drivers/mtd/devices/docprobe.c) Also use the millenium-only driver when you config your kernel. Also I'm including the mtd erase.c here for those who don't have it. +CC -O2 -Wall -o erase erase.c ron