How to use nvcc ?

I’m new about CUDA and Linux. When I compile my code, I use the Makefile in SDK. Now I want to use -cubin option with nvcc to generate the .cubin file, how should I do?
(PS, my cuda source file is a.cu, my cuda dependency file is a_kernel.cu, and c/c++ source file is b.cpp.)
Thanks a lot~

I find the answer from the forum now:

make keep=1

:rolleyes: