summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2007-01-26 03:03:34 +0100
committerMichael Brown2007-01-26 03:03:34 +0100
commit7cdc6529bb6fe30c298f3695f52e1481a3b57296 (patch)
tree55929026a3103f3648a8b5c9af16545900e9d700 /src
parentAdd aes.c and required headers from axtls tree (diff)
downloadipxe-7cdc6529bb6fe30c298f3695f52e1481a3b57296.tar.gz
ipxe-7cdc6529bb6fe30c298f3695f52e1481a3b57296.tar.xz
ipxe-7cdc6529bb6fe30c298f3695f52e1481a3b57296.zip
Build external axtls code
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 7c8af3fd1..f8cee8a2c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -142,7 +142,7 @@ SRCDIRS += drivers/nvs
SRCDIRS += drivers/bitbash
SRCDIRS += interface/pxe
SRCDIRS += tests
-SRCDIRS += crypto
+SRCDIRS += crypto crypto/axtls
SRCDIRS += hci hci/commands hci/tui
SRCDIRS += hci/mucurses hci/mucurses/widgets
SRCDIRS += usr