mb/google/brya: Create rull variant
[coreboot2.git] / src / mainboard / google / kahlee / variants / baseboard / Makefile.mk
blobbe4074d28cf5a85499ec54a9b59782caa9c0312b
1 # SPDX-License-Identifier: GPL-2.0-only
3 bootblock-y += gpio.c
4 bootblock-y += OemCustomize.c
6 romstage-y += OemCustomize.c
7 romstage-y += gpio.c
8 romstage-y += memory.c
10 ramstage-y += gpio.c
11 ramstage-y += mainboard.c
13 # Add OEM ID table
14 ifeq ($(CONFIG_USE_OEM_BIN),y)
15 cbfs-files-y += oem.bin
16 oem.bin-file := $(call strip_quotes,$(CONFIG_OEM_BIN_FILE))
17 oem.bin-type := raw
18 endif #($(CONFIG_USE_OEM_BIN),y)