mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 12:36:03 +01:00
This information is interesting to look at and can be important for debugging and inspection. Add a command to display it in a helpful format. Signed-off-by: Simon Glass <sjg@chromium.org>
8 lines
202 B
Makefile
8 lines
202 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-$(CONFIG_CMD_CBSYSINFO) += cbsysinfo.o
|
|
obj-y += mtrr.o
|
|
obj-$(CONFIG_CMD_EXCEPTION) += exception.o
|
|
obj-$(CONFIG_USE_HOB) += hob.o
|
|
obj-$(CONFIG_HAVE_FSP) += fsp.o
|