Home
last modified time | relevance | path

Searched defs:add_hex (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/boot/bootp/
H A DMakefile11 add_hex = $(shell printf 0x%x $$(( $(1) + $(2) )) ) macro
/openbmc/linux/arch/arm/boot/
H A DMakefile17 add_hex = $(shell printf 0x%x $$(( $(1) + $(2) )) ) macro