From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 10 Dec 2011 17:34:03 +0800 References: <1323422308-4897-1-git-send-email-sven@narfation.org> In-Reply-To: <1323422308-4897-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201112101734.03340.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Generate config compatible with kbuild macros Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Friday, December 09, 2011 17:18:27 Sven Eckelmann wrote: > Linux 3.0-rc1-30-g2a11c8e introduced the macros IS_ENABLED, IS_BUILTIN and > IS_MODULE that can be used to identify which state a tristate option had. > The compat-autoconf.h needs to provide additional precompiler variables > that these marcros can use. Applied in revision 24d65d3. Thanks, Marek