aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/apple/macbookair4_2/Makefile.inc
blob: 36e42581cf5882dc668d7877046dc2afc78c30af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SPDX-License-Identifier: GPL-2.0-only

bootblock-y += gpio.c
romstage-y += gpio.c
ramstage-y += gnvs.c

cbfs-files-y += spd.bin
spd.bin-file := spd.bin
spd.bin-type := spd

ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
bootblock-y += early_init.c
romstage-y += early_init.c