On Wed, Aug 3, 2022 at 9:53 AM Jens Axboe <axboe@xxxxxxxxx> wrote: > > I can try whatever here, but a quick grep doesn't find anything for > KBUILD_ASFLAGS or anything close to it. What am I missing? I think we only have 'aflags-y' (so you can use config variables etc to pick them) and EXTRA_AFLAGS. And we always go through the compiler rather than invoke 'as' directly, so I think you have to use '-Wa,option' to pass 'option' to the assembler. Linus