summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index b4bdb0305..1ce230359 100644
--- a/src/makefile
+++ b/src/makefile
@@ -5,7 +5,10 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2010,2014
+# Contributors Listed Below - COPYRIGHT 2010,2014
+# [+] Google Inc.
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -156,6 +159,7 @@ EXTENDED_MODULES += secureboot_ext
EXTENDED_MODULES += devtree
EXTENDED_MODULES += sbe
EXTENDED_MODULES += proc_hwreconfig
+EXTENDED_MODULES += $(if $(CONFIG_GPIODD),gpio,)
TESTCASE_MODULES += cxxtest
TESTCASE_MODULES += testtrace
OpenPOWER on IntegriCloud