summaryrefslogtreecommitdiffstats
path: root/libopenbmc_intf/Makefile
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2016-11-29 01:48:26 +0800
committerPatrick Williams <patrick@stwcx.xyz>2017-01-12 04:34:57 +0000
commit45cb4fcc1842ed6f7dc6ada791f8a8fdaec98e3c (patch)
treebf5ce94a5053b88c8723d5182684e3bd782ef67e /libopenbmc_intf/Makefile
parent75a18a232ea7fe25b9a3b0b5b02c202fa0b300ea (diff)
downloadtalos-skeleton-45cb4fcc1842ed6f7dc6ada791f8a8fdaec98e3c.tar.gz
talos-skeleton-45cb4fcc1842ed6f7dc6ada791f8a8fdaec98e3c.zip
Rename power_gpio to gpio_configs.
Change-Id: I22382fbb19a077e333aba93ae81ae614ec0cb70a Signed-off-by: Lei YU <mine260309@gmail.com>
Diffstat (limited to 'libopenbmc_intf/Makefile')
-rw-r--r--libopenbmc_intf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopenbmc_intf/Makefile b/libopenbmc_intf/Makefile
index fe17dc9..df6ccf0 100644
--- a/libopenbmc_intf/Makefile
+++ b/libopenbmc_intf/Makefile
@@ -5,7 +5,7 @@ PACKAGE_DEPS=gio-unix-2.0 glib-2.0
SONAME=libopenbmc_intf.so
VERSION=1
LIBOBMC=$(SONAME).$(VERSION)
-INCLUDES=openbmc_intf.h openbmc.h gpio.h power_gpio.h
+INCLUDES=openbmc_intf.h openbmc.h gpio.h gpio_configs.h
LDLIBS+=$(shell pkg-config --libs $(PACKAGE_DEPS))
ALL_CFLAGS+=$(shell pkg-config --cflags $(PACKAGE_DEPS)) -fPIC -Werror $(CFLAGS)
@@ -18,7 +18,7 @@ all: $(SONAME)
$(SONAME): $(LIBOBMC)
ln -sf $^ $@
-$(LIBOBMC): lib%.so.$(VERSION): %.o gpio.o power_gpio.o
+$(LIBOBMC): lib%.so.$(VERSION): %.o gpio.o gpio_configs.o
$(CC) -shared $(CFLAGS) $(LDFLAGS) -Wl,-soname,$(SONAME) \
-o $@ $^ $(LDLIBS)
OpenPOWER on IntegriCloud