coreboot-kgpe-d16/src/mainboard/google/herobrine/Makefile.inc
Philip Chen 1158f712dc mb/google/herobrine: Retrieve SKU ID from EC
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>
2021-07-21 16:21:01 +00:00

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