Makefile.in: pass ARCH for modules_install as well
commitfe44c5ae27993a8ff53f4cefb8a1510863efc8dc
authorRob Norris <rob.norris@klarasystems.com>
Tue, 14 Jan 2025 00:51:37 +0000 (14 11:51 +1100)
committerGitHub <noreply@github.com>
Tue, 14 Jan 2025 00:51:37 +0000 (13 16:51 -0800)
tree8db0e408f50cb28be58d6c08573286b6e27c4c11
parent2aa3fbe761a2f38c1fe743467635b1323bebe093
Makefile.in: pass ARCH for modules_install as well

To do a cross-build using only kbuild rather than a full source tree,
ARCH= needs to be passed for the kbuild Makefile to find the
archspecific Makefile.

Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes #16944
module/Makefile.in