1158f712dc
BUG=b:186264627 BRANCH=none TEST=build herobrine Signed-off-by: Philip Chen <philipchen@google.com> Change-Id: Id3faf7af64c0129ec646a01085adc43b561225d2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56354 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Shelley Chen <shchen@google.com>
12 lines
223 B
Makefile
12 lines
223 B
Makefile
## SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
all-y += chromeos.c
|
|
ifneq ($(CONFIG_BOARD_GOOGLE_SENOR),y)
|
|
all-y += boardid.c
|
|
all-y += reset.c
|
|
endif
|
|
bootblock-y += bootblock.c
|
|
|
|
romstage-y += romstage.c
|
|
|
|
ramstage-y += mainboard.c
|