Searched defs:add_hex (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm/boot/bootp/ | ||
H A D | Makefile | 10 add_hex = $(shell printf 0x%x $$(( $(1) + $(2) )) ) macro |
/linux/arch/arm/boot/ | ||
H A D | Makefile | 17 add_hex = $(shell printf 0x%x $$(( $(1) + $(2) )) ) macro |