From b621a766653c372eb70791068b73416bff51ed0a Mon Sep 17 00:00:00 2001
From: Rob Austein <sra@hactrn.net>
Date: Tue, 5 Jul 2016 14:50:45 -0400
Subject: Add cryptech_probe script to installation.

---
 source/Makefile | 9 ++++++---
 source/sw/stm32 | 2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

(limited to 'source')

diff --git a/source/Makefile b/source/Makefile
index 173efac..3ffbb53 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -4,9 +4,11 @@
 # part we just want to do the bare minimum needed for whatever
 # software packaging system we use to work.  At least for the moment,
 # the primary packaging system is Debian-based, so this is written
-# to work in that environment.  At some point we'll probably add
-# Homebrew support for Mac OS X.
-
+# to work in that environment.
+#
+# We also support Homebrew for MacOSX, using the source tarball
+# generated by the Debian packaging process, but the Homebrew formula
+# handles the build and installation for that environment.
 
 all:
 	${MAKE} -C sw/pkcs11
@@ -21,5 +23,6 @@ install: all
 	install -D	  sw/pkcs11/p11util			${DESTDIR}/usr/sbin/p11util
 	install -D	  sw/pkcs11/libhal/cryptech_rpcd	${DESTDIR}/usr/sbin/cryptech_rpcd
 	install -D	  sw/stm32/projects/hsm/cryptech_upload ${DESTDIR}/usr/sbin/cryptech_upload
+	install -D	  sw/stm32/projects/hsm/cryptech_probe  ${DESTDIR}/usr/sbin/cryptech_probe
 
 # Still need scripts to do something useful with the firmware tarball
diff --git a/source/sw/stm32 b/source/sw/stm32
index d7e7dbc..2334c43 160000
--- a/source/sw/stm32
+++ b/source/sw/stm32
@@ -1 +1 @@
-Subproject commit d7e7dbc990aca690c069060bd39a168ffbd28e64
+Subproject commit 2334c43a39dcc7eba00811c36a9bc3362177a10b
-- 
cgit v1.2.3