summaryrefslogtreecommitdiff
path: root/telegps/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-02-12 15:36:12 -0800
committerKeith Packard <keithp@keithp.com>2018-02-12 15:36:12 -0800
commit78a90fc760b88ab66c5c238289afc38356e29d8a (patch)
tree1e8ea5eb53e91ab22c443f162236ace0cbf6d0b9 /telegps/Makefile.am
parent54e8e033ccf47526e5ff08f93c105ef75334924e (diff)
Add TeleGPS v2.0 binaries to distribution
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/Makefile.am')
-rw-r--r--telegps/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/telegps/Makefile.am b/telegps/Makefile.am
index 9dd2ceac..2fe231f1 100644
--- a/telegps/Makefile.am
+++ b/telegps/Makefile.am
@@ -112,7 +112,8 @@ FIRMWARE_TBT_4_0=$(top_srcdir)/src/telebt-v4.0/telebt-v4.0-$(VERSION).ihx
FIRMWARE_TBT=$(FIRMWARE_TBT_1_0) $(FIRMWARE_TBT_3_0) $(FIRMWARE_TBT_4_0)
FIRMWARE_TG_1_0=$(top_srcdir)/src/telegps-v1.0/telegps-v1.0-$(VERSION).ihx
-FIRMWARE_TG=$(FIRMWARE_TG_1_0)
+FIRMWARE_TG_2_0=$(top_srcdir)/src/telegps-v2.0/telegps-v2.0-$(VERSION).ihx
+FIRMWARE_TG=$(FIRMWARE_TG_1_0) $(FIRMWARE_TG_2_0)
FIRMWARE=$(FIRMWARE_TG) $(FIRMWARE_TD) $(FIRMWARE_TBT)