]> git.ipfire.org Git - thirdparty/linux-firmware.git/blob - keyspan_pda/Makefile
Merge commit '779514ec044a75ee6c9c20e52a2bf291f80d7d4e' of https://github.com/Netrono...
[thirdparty/linux-firmware.git] / keyspan_pda / Makefile
1 CC = gcc
2 IHEX2FW = ihex2fw
3
4 all: keyspan_pda.fw xircom_pgs.fw
5
6 %.fw: %.S
7 $(CC) -x assembler-with-cpp -P -E -o $*.asm $<
8 as31 -l $*.asm
9 $(IHEX2FW) $*.hex $@
10
11 clean:
12 rm -f *.asm *.fw *.hex *.lst *.obj