aboutsummaryrefslogtreecommitdiff
path: root/libstb/crypto
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2020-10-01 22:32:18 +1000
committerOliver O'Halloran <oohall@gmail.com>2020-10-01 23:29:48 +1000
commit8830892c7b61187b352c07ab35be2d0dddb713cc (patch)
treeeca6e698425b14f310f43d4029f4d2f1ecf788f9 /libstb/crypto
parentb9cbe4f6f25de9e5a838bec5394a8384cb47ed40 (diff)
downloadskiboot-8830892c7b61187b352c07ab35be2d0dddb713cc.zip
skiboot-8830892c7b61187b352c07ab35be2d0dddb713cc.tar.gz
skiboot-8830892c7b61187b352c07ab35be2d0dddb713cc.tar.bz2
secvar: Clean up makefiles and fix out of tree builds
The secvar makefiles use $(SRC) in a few places they shouldn't and don't use it in a few places they should. Also drop the _SRCS rules and the pattern substuituion that turns them into _OBJS rules because chaining dependent rules is infuriating at the best of times. Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'libstb/crypto')
-rw-r--r--libstb/crypto/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstb/crypto/Makefile.inc b/libstb/crypto/Makefile.inc
index ed2387e..4bc1a64 100644
--- a/libstb/crypto/Makefile.inc
+++ b/libstb/crypto/Makefile.inc
@@ -42,7 +42,7 @@ MBEDTLS_SRCS = $(addprefix mbedtls/library/,$(MBED_CRYPTO_SRCS) $(MBED_X509_SRCS
MBEDTLS_OBJS = $(MBEDTLS_SRCS:%.c=%.o)
-include $(CRYPTO_DIR)/pkcs7/Makefile.inc
+include $(SRC)/$(CRYPTO_DIR)/pkcs7/Makefile.inc
CRYPTO = $(CRYPTO_DIR)/built-in.a