aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p5gc-mx/Makefile.inc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-01-06 20:01:57 +0100
committerMartin Roth <martinroth@google.com>2017-01-06 20:23:07 +0100
commit8f8d56dded9a9fcf5af64996fde946cf372755f2 (patch)
tree9dec8c27d8e0b9cbeebd76246740867d83ea8e77 /src/mainboard/asus/p5gc-mx/Makefile.inc
parentb5623dede7569cf74dd865748d17b0e413c03ee2 (diff)
mb/asus/p5gc-mx: Use common/gpio.h
Should have been included in 62902ca45d "sb/ich7: Use common/gpio.h to set up GPIOs", which was not rebased on addition of this board. Change-Id: If4547ee43ce6a7a6e4af67e9364613e48f989401 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/18047 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/asus/p5gc-mx/Makefile.inc')
-rw-r--r--src/mainboard/asus/p5gc-mx/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/asus/p5gc-mx/Makefile.inc b/src/mainboard/asus/p5gc-mx/Makefile.inc
index f9621db6b3..9aac7e2468 100644
--- a/src/mainboard/asus/p5gc-mx/Makefile.inc
+++ b/src/mainboard/asus/p5gc-mx/Makefile.inc
@@ -1 +1,3 @@
ramstage-y += cstates.c
+romstage-y += gpio.c
+