Build kernel in lib/modules/ is 4.9.253 but in tfcard is 4.9.253-tegra how should i change the built direction name

as topic i said, how should i do to change the directory name in ‘/lib/modules/’

You need to set the environment variable like this:

export LOCALVERSION=“-tegra”

it works. thank you for your reply