mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00

It is useful to obtain the results of cpuid queries, so add a command for this. Signed-off-by: Simon Glass <sjg@chromium.org>
8 lines
245 B
Makefile
8 lines
245 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-$(CONFIG_CMD_CBSYSINFO) += cbsysinfo.o
|
|
obj-y += cpuid.o mtrr.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
|