From 29480dd7159190b91cca17298a87425a58826d32 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 4 Dec 2008 23:09:48 +0000 Subject: [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. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index ae0545908..67e36a20f 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 -- cgit v1.2.3-55-g7522