diff options
author | Michael Brown | 2011-02-10 14:47:38 +0100 |
---|---|---|
committer | Michael Brown | 2011-03-03 00:58:43 +0100 |
commit | 5597d52c21377872387866e8cf9ee351b7a41a01 (patch) | |
tree | 8805382ac5267e7aff87bd5a3df613802ec54b48 /src/Makefile | |
parent | [autoboot] Allow a SAN boot as a fallback if a filename boot returns (diff) | |
download | ipxe-5597d52c21377872387866e8cf9ee351b7a41a01.tar.gz ipxe-5597d52c21377872387866e8cf9ee351b7a41a01.tar.xz ipxe-5597d52c21377872387866e8cf9ee351b7a41a01.zip |
[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 1a878ef8..8b691a71 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 |