projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Prepare v2024.10
[platform/kernel/u-boot.git]
/
cmd
/
x86
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0+
2
3
obj-$(CONFIG_CMD_CBSYSINFO) += cbsysinfo.o
4
obj-y += mtrr.o
5
obj-$(CONFIG_CMD_EXCEPTION) += exception.o
6
obj-$(CONFIG_USE_HOB) += hob.o
7
obj-$(CONFIG_HAVE_FSP) += fsp.o
8
obj-$(CONFIG_CMD_ZBOOT) += zboot.o