summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2007-01-26 05:36:50 +0100
committerMichael Brown2007-01-26 05:36:50 +0100
commitbd873525ff33f69a89f4ed72f46045212b7d0ad8 (patch)
tree8705a5d6e3f814072ba6384730125bd27a569eeb /src/Makefile
parentAvoid barfing on gcc's implicit memcpy()s (diff)
downloadipxe-bd873525ff33f69a89f4ed72f46045212b7d0ad8.tar.gz
ipxe-bd873525ff33f69a89f4ed72f46045212b7d0ad8.tar.xz
ipxe-bd873525ff33f69a89f4ed72f46045212b7d0ad8.zip
Add matrixssl directory
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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