summaryrefslogtreecommitdiffstats
path: root/src/usr/gpio/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/gpio/makefile')
-rw-r--r--src/usr/gpio/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/gpio/makefile b/src/usr/gpio/makefile
index d40eaa130..fd42e2d1d 100644
--- a/src/usr/gpio/makefile
+++ b/src/usr/gpio/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2014
+# Contributors Listed Below - COPYRIGHT 2014,2019
# [+] Google Inc.
# [+] International Business Machines Corp.
#
@@ -27,6 +27,8 @@ ROOTPATH = ../../..
MODULE = gpio
OBJS += $(if $(CONFIG_GPIODD),gpiodd.o,)
+OBJS += $(if $(CONFIG_GPIODD),gpio_pca9551.o,)
+
# no way to test this at the moment TODO RTC 111415
#SUBDIRS = test.d
OpenPOWER on IntegriCloud