aboutsummaryrefslogtreecommitdiff
path: root/sw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sw/Makefile')
-rw-r--r--sw/Makefile8
1 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