# linux is built if no target is specified on the command line. # Added an archhelp target. Index: um/arch/um/Makefile =================================================================== --- um.orig/arch/um/Makefile 2004-08-05 15:12:37.000000000 -0400 +++ um/arch/um/Makefile 2004-08-05 15:13:57.000000000 -0400 @@ -207,3 +207,9 @@ $(Q)$(MAKE) $(build)=$@ export SUBARCH USER_CFLAGS OS + +all: linux + +define archhelp + echo '* linux - Binary kernel image (./linux)' +endef