From 856cb22d530e820c122e0dbee5b61edff91d235e Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 26 Jun 2016 13:07:40 -0400 Subject: Fix distclean target and drag in change to disable libtfm assembly code. --- source/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/Makefile') diff --git a/source/Makefile b/source/Makefile index 7b44136..e2fdb1b 100644 --- a/source/Makefile +++ b/source/Makefile @@ -6,7 +6,9 @@ all: cd sw/pkcs11; ${MAKE} clean distclean: - for d in thirdparty/libtfm libhal pkcs11; do (cd $$d && ${MAKE} $@); done + cd sw/thirdparty/libtfm; ${MAKE} $@ + cd sw/libhal; ${MAKE} $@ + cd sw/pkcs11; ${MAKE} $@ install: all install -m 644 -D sw/pkcs11/libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so -- cgit v1.2.3