summaryrefslogtreecommitdiff
path: root/cmd/x86/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/x86/Makefile')
-rw-r--r--cmd/x86/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmd/x86/Makefile b/cmd/x86/Makefile
new file mode 100644
index 00000000000..5f3f5be2882
--- /dev/null
+++ b/cmd/x86/Makefile
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0+
+
+obj-$(CONFIG_CMD_CBSYSINFO) += cbsysinfo.o
+obj-y += cpuid.o msr.o mtrr.o
+obj-$(CONFIG_CMD_CBCMOS) += cbcmos.o
+obj-$(CONFIG_CMD_EXCEPTION) += exception.o
+obj-$(CONFIG_USE_HOB) += hob.o
+obj-$(CONFIG_HAVE_FSP) += fsp.o
+obj-$(CONFIG_CMD_ZBOOT) += zboot.o