How to add asm file into build system?

Hi,

I want to port klipper to a new MCU. I noticed that the startup file are wrote in C files in klipper. However, the startup file offered by manufacturer of the MCU is wrote in an ASM file. I want some help to add the file into build system.

Thanks