I managed to work it out; by running
make kernel_menuconfig ; make
I was able to select the staging drivers option, and build the FBTFT driver into the kernel image. Now my only problem is that the MT7628 SPI driver won't accept transfers larger than 16 bytes at a time, but that's an issue for another day