diff options
author | Alexander Graf | 2016-08-19 01:23:23 +0200 |
---|---|---|
committer | Alexander Graf | 2016-10-19 09:01:50 +0200 |
commit | 4b6dddc294a58fd9010926719e5c907beebf9b4d (patch) | |
tree | 12dcf54178aaba6693c03dc2fe58386d09567550 /arch/x86/lib/Makefile | |
parent | 1befb38b868248dda4e84a57aa779f7e8c0b85c0 (diff) |
x86: Move smbios generation into arch independent directory
We will need the SMBIOS generation function on ARM as well going forward,
so let's move it into a non arch specific location.
Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/lib/Makefile')
-rw-r--r-- | arch/x86/lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile index e17f0bb0f2b..40ea6bffb74 100644 --- a/arch/x86/lib/Makefile +++ b/arch/x86/lib/Makefile @@ -29,7 +29,6 @@ obj-y += relocate.o obj-y += physmem.o obj-$(CONFIG_X86_RAMTEST) += ramtest.o obj-y += sfi.o -obj-$(CONFIG_GENERATE_SMBIOS_TABLE) += smbios.o obj-y += string.o ifndef CONFIG_QEMU obj-$(CONFIG_GENERATE_ACPI_TABLE) += acpi_table.o |