On 03 Jan 2024 19:56, Dimitar Dimitrov wrote: > --- /dev/null > +++ b/libgloss/pru/Makefile.inc > @@ -0,0 +1,48 @@ > +## SPDX-License-Identifier: BSD-2-Clause-FreeBSD > +## > +## Copyright 2018-2024 Dimitar Dimitrov > +### All rights reserved. only need ## here, not ### > +multilibtool_DATA += \ > + %D%/crt0.o \ > + %D%/crt0-minrt.o > + > +pru_devicespecsdir = $(multilibtooldir)/device-specs > +pru_devicespecs_DATA = %D%/device-specs/sim > + > +libobjs_a_SOURCES += \ > + %D%/crt0.S \ > + %D%/crt0-minrt.S i've been grouping libobjs_a_SOURCES right after multilibtool_DATA so it's clear they're "together" -mike