]> www.infradead.org Git - users/dwmw2/linux.git/commit
iommu/arm-smmu-v3: Use *-y instead of *-objs in Makefile
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 8 May 2024 15:15:55 +0000 (18:15 +0300)
committerWill Deacon <will@kernel.org>
Wed, 5 Jun 2024 12:59:38 +0000 (13:59 +0100)
commit16c0bad7ae04e4a1e7361fbb91573248de06a008
tree03bf3df87d524b3f23640cfaa1ef9d1a9e911060
parentd3867e7148318e12b5d69b64950622f5ed06fe86
iommu/arm-smmu-v3: Use *-y instead of *-objs in Makefile

*-objs suffix is reserved rather for (user-space) host programs while
usually *-y suffix is used for kernel drivers (although *-objs works
for that purpose for now).

Let's correct the old usages of *-objs in Makefiles.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/20240508151611.1444352-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm/arm-smmu-v3/Makefile