From: <blaisorblade_spam@yahoo.it>

Makes "make help ARCH=um" work.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/um/Makefile |    6 ++++++
 1 files changed, 6 insertions(+)

diff -puN arch/um/Makefile~uml-makes-make-help-arch=um-work arch/um/Makefile
--- 25/arch/um/Makefile~uml-makes-make-help-arch=um-work	Tue Aug 17 14:41:44 2004
+++ 25-akpm/arch/um/Makefile	Tue Aug 17 14:41:44 2004
@@ -209,3 +209,9 @@ $(ARCH_DIR)/util: FORCE
 	$(Q)$(MAKE) $(build)=$@
 
 export SUBARCH USER_CFLAGS OS
+
+all: linux
+
+define archhelp
+  echo  '* linux	- Binary kernel image (./linux)'
+endef
_