From 98b6fb27b3fa0960a94e4545b0b7c4498b1dc8e6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 10 Dec 2002 23:26:31 +0000 Subject: Support building regular kernels --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 45eb98519..05be5e86e 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,11 @@ ifeq ($(USE_UCLIBC_TOOLCHAIN),true) TARGETS=uclibc_toolchain 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 + # The default minimal set TARGETS+=user-mode-linux busybox tinylogin @@ -87,7 +92,6 @@ TARGETS+=ext2root ############################################################# BASE_DIR:=${shell pwd} HOSTCC:=gcc -LINUX_KERNEL=$(BASE_DIR)/UMlinux SOURCE_DIR:=$(BASE_DIR)/sources DL_DIR:=$(SOURCE_DIR)/dl PATCH_DIR=$(SOURCE_DIR)/patches -- cgit v1.2.3