diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/Makefile | 8 | ||||
m--------- | sw/libhal | 0 | ||||
m--------- | sw/pkcs11 | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sw/Makefile b/sw/Makefile index da59b70..9e2efaa 100644 --- a/sw/Makefile +++ b/sw/Makefile @@ -36,10 +36,10 @@ export AR := arm-linux-gnueabihf-ar export OBJCOPY := arm-linux-gnueabihf-objcopy all: - cd libtfm; ${MAKE} - cd libhal; ${MAKE} - cd sqlite3; ${MAKE} CROSS_COMPILE=arm-unknown-linux-gnueabi - cd pkcs11; ${MAKE} + cd thirdparty/sqlite3; ${MAKE} CROSS_COMPILE=arm-unknown-linux-gnueabi + cd thirdparty/libtfm; ${MAKE} + cd libhal; ${MAKE} + cd pkcs11; ${MAKE} clean distclean: for d in libtfm libhal sqlite3 pkcs11; do (cd $$d && ${MAKE} $@); done diff --git a/sw/libhal b/sw/libhal -Subproject 94666f41262c2d8afb14552d0939ccca31e5e9f +Subproject 0ababd7dc7ab6a080971e669598a862ad23d2fa diff --git a/sw/pkcs11 b/sw/pkcs11 -Subproject 82e7f381181605b1e2f0f3e287e9c51d92e40a4 +Subproject ece23e92864fdde7c93d6121ae5d6f306070e3e |