From 4edbe2caa64d65e61b7d48ec780a8eec190efecc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 15 Jan 2003 10:20:58 +0000 Subject: Support using an existing kernel --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a89c65f15..1738266ce 100644 --- a/Makefile +++ b/Makefile @@ -64,9 +64,11 @@ TARGETS+=uclibc_toolchain endif # Do you want user mode Linux (x86 only), or are you building a -# real kernel that will run on its own? +# real kernel # that will run on its own? Perhaps you have a +# kernel you have already configured and you want to use that? #TARGETS+=linux TARGETS+=user-mode-linux +#TARGETS+=system-linux # The default minimal set TARGETS+=busybox tinylogin -- cgit v1.2.3