From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751136AbWJLSKH (ORCPT ); Thu, 12 Oct 2006 14:10:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751132AbWJLSKH (ORCPT ); Thu, 12 Oct 2006 14:10:07 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:31928 "EHLO ZenIV.linux.org.uk") by vger.kernel.org with ESMTP id S1751121AbWJLSKF (ORCPT ); Thu, 12 Oct 2006 14:10:05 -0400 Date: Thu, 12 Oct 2006 19:10:04 +0100 From: Al Viro To: Linus Torvalds Cc: jdike@addtoit.com, linux-kernel@vger.kernel.org Subject: [PATCH] uml shouldn't do HEADERS_CHECK Message-ID: <20061012181004.GJ29920@ftp.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org The lack of asm-um/Kbuild is deliberate. Signed-off-by: Al Viro ---- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 5628303..c9ac416 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -373,6 +373,7 @@ config FORCED_INLINING config HEADERS_CHECK bool "Run 'make headers_check' when building vmlinux" + depends on !UML help This option will extract the user-visible kernel headers whenever building the kernel, and will run basic sanity checks on them to