diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |