From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from he.sipsolutions.net ([78.46.109.217]:56042 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752248Ab0DUHJV (ORCPT ); Wed, 21 Apr 2010 03:09:21 -0400 Subject: subdir-ccflags problem From: Johannes Berg Content-Type: text/plain; charset="UTF-8" Date: Wed, 21 Apr 2010 09:09:18 +0200 Message-ID: <1271833758.3627.16.camel@jlt3.sipsolutions.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Michal Marek Cc: linux-kbuild@vger.kernel.org Hi, When I specify subdir-ccflags in a Makefile, e.g. net/Makefile, but then build using M=net/wireless/, kbuild doesn't seem to pick it up. To me, that seems like a bug, but to my untrained eye it would appear to be quite hard to fix. Thoughts? johannes