projects
/
linux-libre-firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d806d7
)
keyspan_pda: Update Makefile to use the as31 built from this repository instead of...
author
Jason Self
<j@jxself.org>
Wed, 10 Jan 2018 16:33:24 +0000
(08:33 -0800)
committer
Jason Self
<j@jxself.org>
Wed, 10 Jan 2018 16:33:24 +0000
(08:33 -0800)
keyspan_pda/Makefile
patch
|
blob
|
history
diff --git
a/keyspan_pda/Makefile
b/keyspan_pda/Makefile
index 6bf93b839ad54c0aa3ff8be5a7462c21d8ccde61..cdd968fee6855cb6e05700d1a6053dd905e177cd 100644
(file)
--- 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: