summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-12-12 01:57:57 +0000
committerEric Andersen <andersen@codepoet.org>2002-12-12 01:57:57 +0000
commitb8a2361d0acfb594fbdee24881054cd7bde7b42a (patch)
treea33821d1bbdffeecac183518760dc91e148155b4 /Makefile
parent98b6fb27b3fa0960a94e4545b0b7c4498b1dc8e6 (diff)
downloadbuildroot-novena-b8a2361d0acfb594fbdee24881054cd7bde7b42a.tar.gz
buildroot-novena-b8a2361d0acfb594fbdee24881054cd7bde7b42a.zip
Fixup the defaults
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 05be5e86e..c0a51025b 100644
--- a/Makefile
+++ b/Makefile
@@ -63,11 +63,11 @@ endif
# Do you want user mode Linux, or are you building a
# real kernel that will run on its own?
-TARGETS+=linux
-#TARGETS+=user-mode-linux
+#TARGETS+=linux
+TARGETS+=user-mode-linux
# The default minimal set
-TARGETS+=user-mode-linux busybox tinylogin
+TARGETS+=busybox tinylogin
# Openssh...
#TARGETS+=zlib openssl openssh