keyspan_pda: Update Makefile to use the as31 built from this repository instead of...
authorJason Self <j@jxself.org>
Wed, 10 Jan 2018 16:33:24 +0000 (08:33 -0800)
committerJason Self <j@jxself.org>
Wed, 10 Jan 2018 16:33:24 +0000 (08:33 -0800)
keyspan_pda/Makefile

index 6bf93b839ad54c0aa3ff8be5a7462c21d8ccde61..cdd968fee6855cb6e05700d1a6053dd905e177cd 100644 (file)
@@ -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: