Re: [RFC 1/3] kbuild: add support for ensuring headers are self-contained

2019-06-03 Thread Sam Ravnborg
Hi Masahiro/Jani. > > Following the obj-y pattern, > I want to make header-test-y relative to $(obj). I also considered this and agree this is better. Otherwise we end up with a spaghetti of dependencies across the tree. What I made just fit the purpose I had that day, which is no excuse for b

Re: [RFC 1/3] kbuild: add support for ensuring headers are self-contained

2019-05-17 Thread Chris Wilson
Quoting Jani Nikula (2019-05-16 20:48:16) > diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib > index 8a1f64f17740..c2839de06485 100644 > --- a/scripts/Makefile.lib > +++ b/scripts/Makefile.lib > @@ -66,6 +66,9 @@ extra-y += $(patsubst %.dtb,%.dt.yaml, $(dtb-y)) > extra-$(CONFIG_OF_ALL_DTBS