From 0d806d75ff1d1afb81118beea51691d5e90fb506 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Wed, 10 Jan 2018 08:32:33 -0800 Subject: [PATCH] Makefile: Add as31 as a dependency to the keyspan_pda target Signed-off-by: Jason Self --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a108c1f..8190e87 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ ihex2fw: isci: cd isci && $(MAKE) -keyspan_pda: ihex2fw +keyspan_pda: ihex2fw as31 cd keyspan_pda && $(MAKE) openfwwf: b43-tools -- 2.31.1