diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-12-12 01:57:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-12-12 01:57:57 +0000 |
commit | b8a2361d0acfb594fbdee24881054cd7bde7b42a (patch) | |
tree | a33821d1bbdffeecac183518760dc91e148155b4 /Makefile | |
parent | 98b6fb27b3fa0960a94e4545b0b7c4498b1dc8e6 (diff) | |
download | buildroot-novena-b8a2361d0acfb594fbdee24881054cd7bde7b42a.tar.gz buildroot-novena-b8a2361d0acfb594fbdee24881054cd7bde7b42a.zip |
Fixup the defaults
Diffstat (limited to 'Makefile')
-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 |