On Wed, Oct 25, 2023 at 12:21:13PM +0000, Sakari Ailus wrote: > On Tue, Oct 24, 2023 at 04:04:05PM +0300, Andy Shevchenko wrote: > > On Tue, Oct 24, 2023 at 07:29:21PM +0800, bingbu.cao@xxxxxxxxx wrote: ... > > > +intel-ipu6-objs += ipu6.o \ > > > > += doesn't seem right. > > Besides that 'objs' is for user space, in kernel we use 'y'. > > This is a common pattern used in other Makefiles, too... I guess ":=" would > work, too. > > How otherwise would you do this? := has different meaning in make language. How you will guarantee somewhere else somebody won't use same target, note that make is recursive. -- With Best Regards, Andy Shevchenko