Message ID | 20180723143828.4420-1-rpalethorpe@suse.com |
---|---|
State | Accepted |
Delegated to: | Petr Vorel |
Headers | show |
Series | Add crypto to Makefile | expand |
Hi! > This is missing from my original patch set for the pcrypt_aead01 test. It > appears that the executable is not installed without it. Ah, the directories in kernel/Makefile are listed explicitelly, I missed that as well. Pushed, thanks.
diff --git a/testcases/kernel/Makefile b/testcases/kernel/Makefile index 11aae96fe..5acc9b8bc 100644 --- a/testcases/kernel/Makefile +++ b/testcases/kernel/Makefile @@ -38,6 +38,7 @@ ifneq ($(UCLINUX),1) SUBDIRS += connectors \ containers \ controllers \ + crypto \ device-drivers \ firmware \ fs \
This is missing from my original patch set for the pcrypt_aead01 test. It appears that the executable is not installed without it. Signed-off-by: Richard Palethorpe <rpalethorpe@suse.com> --- testcases/kernel/Makefile | 1 + 1 file changed, 1 insertion(+)