summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p5qc/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/p5qc/Makefile.mk')
-rw-r--r--src/mainboard/asus/p5qc/Makefile.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/asus/p5qc/Makefile.mk b/src/mainboard/asus/p5qc/Makefile.mk
new file mode 100644
index 0000000000..eeeef1e7ed
--- /dev/null
+++ b/src/mainboard/asus/p5qc/Makefile.mk
@@ -0,0 +1,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)