diff options
author | Michael Brown | 2008-12-05 00:09:48 +0100 |
---|---|---|
committer | Michael Brown | 2008-12-05 00:19:12 +0100 |
commit | 29480dd7159190b91cca17298a87425a58826d32 (patch) | |
tree | 8fc1e70c689ab20d6ec7e85955a88a03a09354fa /src/Makefile | |
parent | [efi] Allow use of EFI configuration tables (diff) | |
download | ipxe-29480dd7159190b91cca17298a87425a58826d32.tar.gz ipxe-29480dd7159190b91cca17298a87425a58826d32.tar.xz ipxe-29480dd7159190b91cca17298a87425a58826d32.zip |
[efi] Use EFI-native mechanism for accessing SMBIOS table
EFI provides a copy of the SMBIOS table accessible via the EFI system
table, which we should use instead of manually scanning through the
F000:0000 segment.
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 ae054590..67e36a20 100644 --- a/src/Makefile +++ b/src/Makefile @@ -58,7 +58,7 @@ SRCDIRS += drivers/block SRCDIRS += drivers/nvs SRCDIRS += drivers/bitbash SRCDIRS += drivers/infiniband -SRCDIRS += interface/pxe interface/efi +SRCDIRS += interface/pxe interface/efi interface/smbios SRCDIRS += tests SRCDIRS += crypto crypto/axtls crypto/matrixssl SRCDIRS += hci hci/commands hci/tui |