src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / google / butterfly / Makefile.inc
bloba34a7153deaaa25b3caab18d2de32b87c7ea7eba
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ##
5 ## SPDX-License-Identifier: GPL-2.0-only
7 ramstage-y += ec.c
9 romstage-y += chromeos.c
10 ramstage-y += chromeos.c
11 bootblock-y += gpio.c
12 romstage-y += gpio.c
14 smm-y += mainboard_smi.c
16 ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
17 bootblock-y += early_init.c
18 romstage-y += early_init.c