Searched refs:new_nm (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/powerpc/
H A DMakefile39 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo n; fi) macro
41 ifeq ($(new_nm),y)

Completed in 205 milliseconds