From 487e21cff69b30b404146b2ffb46959a728a4002 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 3 Apr 2010 18:46:46 +0200 Subject: New, simpler, infrastructure for building the Linux kernel This patch introduces a single, simple, infrastructure to build the Linux kernel. The configuration is limited to : * Kernel version: a fixed recent stable version, same as kernel headers version (for internal toolchains only), custom stable version, or custom tarball URL * Kernel patch: either a local file, directory or an URL * Kernel configuration: either the name of a defconfig or the location of a custom configuration file * Kernel image: either uImage, bzImage, zImage or vmlinux. Signed-off-by: Thomas Petazzoni --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index f5eb85907..0a07576da 100644 --- a/Config.in +++ b/Config.in @@ -295,4 +295,4 @@ source "fs/Config.in" source "boot/Config.in" -source "target/Config.in" +source "linux/Config.in" -- cgit v1.2.3