aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2011-02-10 13:47:38 +0000
committerMichael Brown <mcb30@ipxe.org>2011-03-02 23:58:43 +0000
commit5597d52c21377872387866e8cf9ee351b7a41a01 (patch)
tree8805382ac5267e7aff87bd5a3df613802ec54b48 /src/Makefile
parentce350e4314de7a06aaa401aaf42ff5f662092925 (diff)
downloadipxe-5597d52c21377872387866e8cf9ee351b7a41a01.zip
ipxe-5597d52c21377872387866e8cf9ee351b7a41a01.tar.gz
ipxe-5597d52c21377872387866e8cf9ee351b7a41a01.tar.bz2
[bofm] Add core BOFM library
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 1a878ef..8b691a7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -75,6 +75,7 @@ SRCDIRS += drivers/nvs
SRCDIRS += drivers/bitbash
SRCDIRS += drivers/infiniband
SRCDIRS += interface/pxe interface/efi interface/smbios
+SRCDIRS += interface/bofm
SRCDIRS += tests
SRCDIRS += crypto crypto/axtls crypto/matrixssl
SRCDIRS += hci hci/commands hci/tui