summaryrefslogtreecommitdiffstats
path: root/src/mainboard/apple/macbookair4_2/Makefile.inc
blob: 665a95f1955da096836e8370d519d213697bd819 (plain)
1
2
3
4
5
6
7
8
9
10
11
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