diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-01-26 02:03:34 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-01-26 02:03:34 +0000 |
commit | 7cdc6529bb6fe30c298f3695f52e1481a3b57296 (patch) | |
tree | 55929026a3103f3648a8b5c9af16545900e9d700 /src/Makefile | |
parent | 9542c016cd203a94566584221bf992f29818bca1 (diff) | |
download | ipxe-7cdc6529bb6fe30c298f3695f52e1481a3b57296.tar.gz |
Build external axtls code
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
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 |