On Sun, Jul 16, 2023 at 10:49 AM Alejandro Colomar <a...@kernel.org> wrote:
> I guess I'd need some kind of globstar support in GNU Make to be able
> to use that

Do you mean you need to find .mk files in subdirectories at different
depth levels?
mk:=$(wildcard */*/*.mk */*.mk *.mk)

regards, Dmitry

Reply via email to