From: Makes "make help ARCH=um" work. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton --- 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 _