diff options
author | Serge Semin <Sergey.Semin@baikalelectronics.ru> | 2020-05-28 11:33:14 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2020-05-30 11:33:34 +0200 |
commit | bbc5d36c5f66f19778d8e49a1e7d2c52e6873753 (patch) | |
tree | 3791fe92a3c7a1de8666d022ac26f49a9d47f632 /scripts/extract-ikconfig | |
parent | dt-bindings: i2c: dw: Add Baikal-T1 SoC I2C controller (diff) | |
download | linux-bbc5d36c5f66f19778d8e49a1e7d2c52e6873753.tar.xz linux-bbc5d36c5f66f19778d8e49a1e7d2c52e6873753.zip |
i2c: designware: Use `-y` to build multi-object modules
Since commit 4f8272802739 ("Documentation: update kbuild loadable modules
goals & examples") `-objs` is fitted for building host programs, lets
change DW I2C core, platform and PCI driver kbuild directives to using
`-y`, which more straightforward for device drivers. By doing so we can
discard the ifeq construction in favor to the more natural and less bulky
`<module>-$(CONFIG_X) += x.o`
Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'scripts/extract-ikconfig')
0 files changed, 0 insertions, 0 deletions