Skip to content
Snippets Groups Projects
Commit a5eb04db authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Simon Glass
Browse files

x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory


The references of CONFIG_SYS_COREBOOT in arch/x86/cpu/coreboot/Makefile
are redundant because the build system descends into the directory
only when CONFIG_SYS_COREBOOT is defined.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 727c1a98
Branches
Tags
No related merge requests found
...@@ -13,10 +13,10 @@ ...@@ -13,10 +13,10 @@
# SPDX-License-Identifier: GPL-2.0+ # SPDX-License-Identifier: GPL-2.0+
# #
obj-$(CONFIG_SYS_COREBOOT) += car.o obj-y += car.o
obj-$(CONFIG_SYS_COREBOOT) += coreboot.o obj-y += coreboot.o
obj-$(CONFIG_SYS_COREBOOT) += tables.o obj-y += tables.o
obj-$(CONFIG_SYS_COREBOOT) += ipchecksum.o obj-y += ipchecksum.o
obj-$(CONFIG_SYS_COREBOOT) += sdram.o obj-y += sdram.o
obj-$(CONFIG_SYS_COREBOOT) += timestamp.o obj-y += timestamp.o
obj-$(CONFIG_PCI) += pci.o obj-$(CONFIG_PCI) += pci.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment