From 8f8d56dded9a9fcf5af64996fde946cf372755f2 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 6 Jan 2017 20:01:57 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/18047 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/mainboard/asus/p5gc-mx/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/asus/p5gc-mx/Makefile.inc') 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 + -- cgit v1.2.3