summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p5qc/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/p5qc/Makefile.inc')
-rw-r--r--src/mainboard/asus/p5qc/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/asus/p5qc/Makefile.inc b/src/mainboard/asus/p5qc/Makefile.inc
index 630abda711..5c1d211ca7 100644
--- a/src/mainboard/asus/p5qc/Makefile.inc
+++ b/src/mainboard/asus/p5qc/Makefile.inc
@@ -11,5 +11,7 @@
# GNU General Public License for more details.
#
+CONFIG_GPIO_C:=$(call strip_quotes, $(CONFIG_GPIO_C))
+
ramstage-y += cstates.c
-romstage-y += gpio.c
+romstage-y += $(CONFIG_GPIO_C)