Tip for quickly building CUDA 6.5 Samples on the TK1

Edit the Makefile to filter out two additional samples:

Explicitly build for sm_32:

make -j 3 SMS="32"

The TK1 tears through the build with “-j 3”.