blob: 93df43d17dd84c6c523533338715c28401bc6f7f [file] [log] [blame]
Patrick Georgic49d7a32020-05-08 22:50:46 +02001# SPDX-License-Identifier: GPL-2.0-only
Piotr Króldcd2f172016-05-27 12:04:13 +02002
Kyösti Mälkki5ee82832019-12-03 06:26:27 +02003bootblock-y += bootblock.c
4
Piotr Króldcd2f172016-05-27 12:04:13 +02005romstage-y += BiosCallOuts.c
6romstage-y += OemCustomize.c
7romstage-y += gpio_ftns.c
8
9ramstage-y += BiosCallOuts.c
10ramstage-y += OemCustomize.c
Kyösti Mälkki10407492017-01-16 19:59:52 +020011ramstage-y += gpio_ftns.c
Piotr Króldcd2f172016-05-27 12:04:13 +020012
Piotr Króldcd2f172016-05-27 12:04:13 +020013# Order of names in SPD_SOURCES is important!
Kamil Wcisloc5d39442017-10-12 11:11:07 +020014SPD_SOURCES = HYNIX-2G-1333
15SPD_SOURCES += HYNIX-4G-1333-ECC
Kamil Wcislo70b92452017-10-12 11:55:16 +020016
17subdirs-y += variants/$(VARIANT_DIR)