blob: be4074d28cf5a85499ec54a9b59782caa9c0312b [file] [log] [blame]
Patrick Georgic49d7a32020-05-08 22:50:46 +02001# SPDX-License-Identifier: GPL-2.0-only
Martin Rothac35e622017-11-07 13:43:02 -07002
3bootblock-y += gpio.c
Martin Roth7eda5342017-12-06 01:03:47 -07004bootblock-y += OemCustomize.c
Martin Rothac35e622017-11-07 13:43:02 -07005
Richard Spiegele2f301d2018-04-04 13:37:23 -07006romstage-y += OemCustomize.c
Martin Rothac35e622017-11-07 13:43:02 -07007romstage-y += gpio.c
8romstage-y += memory.c
9
10ramstage-y += gpio.c
Angel Ponscbde6412021-01-22 15:17:19 +010011ramstage-y += mainboard.c
Martin Roth4ae44fc2018-09-17 13:30:51 -060012
13# Add OEM ID table
14ifeq ($(CONFIG_USE_OEM_BIN),y)
15cbfs-files-y += oem.bin
16oem.bin-file := $(call strip_quotes,$(CONFIG_OEM_BIN_FILE))
17oem.bin-type := raw
18endif #($(CONFIG_USE_OEM_BIN),y)