keyspan_pda: Update Makefile to use the as31 built from this repository instead of...
[linux-libre-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/as31/as31 -l $*.asm
9         ../ihex2fw/$(IHEX2FW) $*.hex $@
10
11 clean:
12         rm -f *.asm *.fw *.hex *.lst *.obj