summaryrefslogtreecommitdiff
path: root/arch/x86/lib/Makefile
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2016-08-19 01:23:23 +0200
committerAlexander Graf <agraf@suse.de>2016-10-19 09:01:50 +0200
commit4b6dddc294a58fd9010926719e5c907beebf9b4d (patch)
tree12dcf54178aaba6693c03dc2fe58386d09567550 /arch/x86/lib/Makefile
parent1befb38b868248dda4e84a57aa779f7e8c0b85c0 (diff)
downloadu-boot-imx-4b6dddc294a58fd9010926719e5c907beebf9b4d.zip
u-boot-imx-4b6dddc294a58fd9010926719e5c907beebf9b4d.tar.gz
u-boot-imx-4b6dddc294a58fd9010926719e5c907beebf9b4d.tar.bz2
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/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile
index e17f0bb..40ea6bf 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