From: Jason Self Date: Wed, 10 Jan 2018 16:33:24 +0000 (-0800) Subject: keyspan_pda: Update Makefile to use the as31 built from this repository instead of... X-Git-Tag: v1.1~4 X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=commitdiff_plain;h=995acce7013e406ffd188232a936eb0b71214ec5 keyspan_pda: Update Makefile to use the as31 built from this repository instead of the host system --- diff --git a/keyspan_pda/Makefile b/keyspan_pda/Makefile index 6bf93b8..cdd968f 100644 --- a/keyspan_pda/Makefile +++ b/keyspan_pda/Makefile @@ -5,7 +5,7 @@ all: keyspan_pda.fw xircom_pgs.fw %.fw: %.S $(CC) -x assembler-with-cpp -P -E -o $*.asm $< - as31 -l $*.asm + ../as31/as31/as31 -l $*.asm ../ihex2fw/$(IHEX2FW) $*.hex $@ clean: