diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-15 10:20:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-15 10:20:58 +0000 |
commit | 4edbe2caa64d65e61b7d48ec780a8eec190efecc (patch) | |
tree | 0415eab46ebdfc229a432b577d962a528d3c5ddf /Makefile | |
parent | f876efd349e92a7e8a62797e8d18921419c07434 (diff) | |
download | buildroot-novena-4edbe2caa64d65e61b7d48ec780a8eec190efecc.tar.gz buildroot-novena-4edbe2caa64d65e61b7d48ec780a8eec190efecc.zip |
Support using an existing kernel
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |