From 09a5323480fae9ad20075751cad9d1f25d61a3ab Mon Sep 17 00:00:00 2001 From: Tristan Corrick Date: Sun, 30 Dec 2018 00:59:04 +1300 Subject: mb/asrock/h81m-hds: Move GPIO header to a linked C file Using a linked C file is the standard approach for GPIO settings. Change-Id: I6a5ca65bc1553bd382589d67379eafd03dc0b0a3 Signed-off-by: Tristan Corrick Reviewed-on: https://review.coreboot.org/c/30503 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/mainboard/asrock/h81m-hds/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/asrock/h81m-hds/Makefile.inc') diff --git a/src/mainboard/asrock/h81m-hds/Makefile.inc b/src/mainboard/asrock/h81m-hds/Makefile.inc index 94bd1cfe7c..7c1bf9ecd4 100644 --- a/src/mainboard/asrock/h81m-hds/Makefile.inc +++ b/src/mainboard/asrock/h81m-hds/Makefile.inc @@ -14,4 +14,5 @@ ## GNU General Public License for more details. ## +romstage-y += gpio.c ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads -- cgit v1.2.3