Home
last modified time | relevance | path

Searched refs:PATCHLEVEL (Results 1 – 4 of 4) sorted by relevance

/u-boot/scripts/
A Dgcc-version.sh28 PATCHLEVEL=$(echo __GNUC_PATCHLEVEL__ | $compiler -E -xc - | tail -n 1)
29 printf "%02d%02d%02d\\n" $MAJOR $MINOR $PATCHLEVEL
A Dmkmakefile28 PATCHLEVEL = $4
/u-boot/doc/develop/
A Dversion.rst15 VERSION, PATCHLEVEL and EXTRAVERSION defined at the top of 'Makefile'. There is
/u-boot/
A DMakefile4 PATCHLEVEL = 04 macro
445 UBOOTVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVER…
447 export VERSION PATCHLEVEL SUBLEVEL UBOOTRELEASE UBOOTVERSION
492 $(srctree) $(objtree) $(VERSION) $(PATCHLEVEL)

Completed in 8 milliseconds