Searched refs:PATCHLEVEL (Results 1 - 4 of 4) sorted by path

/u-boot/
H A DMakefile4 PATCHLEVEL = 07 macro
461 UBOOTVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION)
463 export VERSION PATCHLEVEL SUBLEVEL UBOOTRELEASE UBOOTVERSION
1959 # Use sed to remove leading zeros from PATCHLEVEL to avoid using octal numbers
1964 echo \#define U_BOOT_VERSION_NUM_PATCH $$(echo $(PATCHLEVEL) | \
/u-boot/scripts/
H A Dclang-version.sh22 PATCHLEVEL=$(echo __clang_patchlevel__ | $compiler -E -x c - | tail -n 1)
23 printf "%d%02d%02d\\n" $MAJOR $MINOR $PATCHLEVEL
H A Dgcc-version.sh29 PATCHLEVEL=$(echo __GNUC_PATCHLEVEL__ | $compiler -E -x c - | tail -n 1)
30 printf "%02d%02d%02d\\n" $MAJOR $MINOR $PATCHLEVEL
/u-boot/scripts/dtc/pylibfdt/
H A DMakefile17 PEP_VERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(subst -,,$(EXTRAVERSION))

Completed in 113 milliseconds