On 2022-04-14 18:57, Michel Dänzer wrote:
On 2022-04-14 17:04, Masahiro Yamada wrote:
On Thu, Apr 14, 2022 at 10:50 PM Michel Dänzer michel.daenzer@mailbox.org wrote:
On 2022-04-14 15:34, Alex Deucher wrote:
On Thu, Apr 14, 2022 at 4:44 AM Christian König ckoenig.leichtzumerken@gmail.com wrote:
Am 14.04.22 um 09:37 schrieb Michel Dänzer:
make -C build-amd64 M=drivers/gpu/drm
Maybe
make O=build-arm64 drivers/gpu/drm/
is the way you were searching for.
It builds only drivers/gpu/drm/ in the separate directory.
Indeed, that works.
I've come to realize that this doesn't produce the actual *.ko modules though. Is there a trick for building the modules, but only under drivers/gpu/drm/ ?