summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-15 10:20:58 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-15 10:20:58 +0000
commit4edbe2caa64d65e61b7d48ec780a8eec190efecc (patch)
tree0415eab46ebdfc229a432b577d962a528d3c5ddf /Makefile
parentf876efd349e92a7e8a62797e8d18921419c07434 (diff)
Support using an existing kernel
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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