diff options
author | Johannes Berg <johannes.berg@intel.com> | 2018-09-24 09:16:09 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2018-09-24 09:17:36 +0200 |
commit | 597b069775efd9c0c87de93c71d8914757f29ce9 (patch) | |
tree | fc0f8a30bc5c51ca2a600eebbbe118b7335b1ccb /devel/git-tracker.py | |
parent | 0893dc785990ceb793c08b38b7c558c59b8194b9 (diff) |
backports: use := assignment for subdir-ccflags-y using cc-option
In newer kernels, calling cc-option will use KBUILD_CFLAGS,
which itself gets subdir-ccflags-y added to it. Thus, we get
it referencing itself, since nothing here is evaluated until
KBUILD_CFLAGS is used: KBUILD_CFLAGS contains subdir-ccflags-y,
that in turn contains cc-option call, containing KBUILD_CFLAGS.
To avoid that, use := assignment to subdir-ccflags-y, meaning
the cc-option call is done right away and we don't end up with
KBUILD_CFLAGS referencing itself.
Note that this is the first assignment to subdir-ccflags-y, so
the += was never necessary.
This fixes build of the driver on kernels 4.15 and higher.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'devel/git-tracker.py')
0 files changed, 0 insertions, 0 deletions