aboutsummaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-07-06 08:50:27 -0400
committerRob Austein <sra@hactrn.net>2015-07-06 08:50:27 -0400
commita32f7d12dd55bee3541d17e3a5467853cd4162e8 (patch)
tree9c4dfa0b0c3eaf8cf2dad88fcbcfcc5db8253e0b /sw
parent422992ed7e625366cea76a93d4318079d4dd99bf (diff)
Automatic loading of the bitstream would probably work better if we
installed the script that does it.
Diffstat (limited to 'sw')
-rw-r--r--sw/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/Makefile b/sw/Makefile
index 090855d..da59b70 100644
--- a/sw/Makefile
+++ b/sw/Makefile
@@ -45,6 +45,7 @@ clean distclean:
for d in libtfm libhal sqlite3 pkcs11; do (cd $$d && ${MAKE} $@); done
install: all
- install -D pkcs11/libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so
- install -D pkcs11/p11util ${DESTDIR}/usr/sbin/p11util
- install -D libhal/utils/eim_peek_poke ${DESTDIR}/usr/sbin/eim_peek_poke
+ install -m 644 -D pkcs11/libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so
+ install -D pkcs11/p11util ${DESTDIR}/usr/sbin/p11util
+ install -D libhal/utils/eim_peek_poke ${DESTDIR}/usr/sbin/eim_peek_poke
+ install -D libhal/utils/load_novena_fpga ${DESTDIR}/usr/sbin/load_novena_fpga