On Tue, May 12, 2026 at 3:00 PM Bartosz Golaszewski <[email protected]> wrote: > > Implement a helper for registering kunit test-managed software nodes.
... > @@ -10,7 +10,8 @@ kunit-objs += test.o \ > executor.o \ > attributes.o \ > device.o \ > - platform.o > + platform.o \ > + fwnode.o You may put it after device.o, 1 line less to change. -- With Best Regards, Andy Shevchenko

