[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141016080957.GS26918@mwanda>
Date: Thu, 16 Oct 2014 11:09:57 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Cc: Fabio Estevam <fabio.estevam@...escale.com>,
devel@...verdev.osuosl.org, gregkh@...uxfoundation.org,
linux-kernel@...r.kernel.org, Joe Perches <joe@...ches.com>
Subject: Re: [PATCH v2] bcm/CmHost.c: Fix noisy compile warnings
COMPILE_TEST is just so that you can view build warnings. We would say:
depends on USB && NET && (!64BIT || COMPILE_TEST)
of
depends on USB && NET && (X86_32 || (X86 && COMPILE_TEST))
If you don't have USB or NET, you're get build errors but they don't
indicate bugs. If you build on X86_64 the warnings are real bugs.
regards,
dan carpenter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists