summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus/p5qc/Makefile.inc
blob: 87118a8f682fb42151e61008c8457c434a8f7c3a (plain)
1
2
3
4
5
6
7
8
9
10
11
#
#
# SPDX-License-Identifier: GPL-2.0-only

CONFIG_GPIO_C:=$(call strip_quotes, $(CONFIG_GPIO_C))

bootblock-y += early_init.c
romstage-y += early_init.c

ramstage-y += cstates.c
romstage-y += $(CONFIG_GPIO_C)