If you are using the KL25Z, then this would not be a SDK project, as the KL25Z is not supported by the SDK yet.
The Kinetis SDK comes with a completely different API and way how the drivers are organized, including the startup code. Unfortunately this breaks with any existing projects or components. But you can use the fsl_ components with the Kinetis SDK, as they are made for the SDK.
Erich