diff options
author | Michael Brown <mcb30@ipxe.org> | 2011-02-10 13:47:38 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2011-03-02 23:58:43 +0000 |
commit | 5597d52c21377872387866e8cf9ee351b7a41a01 (patch) | |
tree | 8805382ac5267e7aff87bd5a3df613802ec54b48 /src/Makefile | |
parent | ce350e4314de7a06aaa401aaf42ff5f662092925 (diff) | |
download | ipxe-5597d52c21377872387866e8cf9ee351b7a41a01.tar.gz |
[bofm] Add core BOFM library
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 1a878ef8f..8b691a715 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 |