aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p5qc/Makefile.inc
blob: eeeef1e7ed291d5782bb6de2c295e4842e88c64b (plain)
1
2
3
4
5
6
7
8
9
# 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)