From bd873525ff33f69a89f4ed72f46045212b7d0ad8 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 26 Jan 2007 04:36:50 +0000 Subject: [PATCH] Add matrixssl directory --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index f8cee8a2..aeedf4f2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -142,7 +142,7 @@ SRCDIRS += drivers/nvs SRCDIRS += drivers/bitbash SRCDIRS += interface/pxe SRCDIRS += tests -SRCDIRS += crypto crypto/axtls +SRCDIRS += crypto crypto/axtls crypto/matrixssl SRCDIRS += hci hci/commands hci/tui SRCDIRS += hci/mucurses hci/mucurses/widgets SRCDIRS += usr