summaryrefslogtreecommitdiffstats
path: root/libpore
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2017-05-08 16:15:45 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-05-10 14:32:27 +1000
commite5f672430e0848c596c784dcc9d97c97ea36be79 (patch)
tree3246c479c4f334ce4106c3a347578e6b5bf21859 /libpore
parent1f7e5ba9bb82e02efb8fe8735f0e10eb14cabf25 (diff)
downloadblackbird-skiboot-e5f672430e0848c596c784dcc9d97c97ea36be79.tar.gz
blackbird-skiboot-e5f672430e0848c596c784dcc9d97c97ea36be79.zip
pore: Always use libpore
In the days of yore libpore was closed source and people wanted the option to not use it. That's no longer the case so lets ditch all the #ifdef crap. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'libpore')
-rw-r--r--libpore/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpore/Makefile.inc b/libpore/Makefile.inc
index 02b5837c..2eac595c 100644
--- a/libpore/Makefile.inc
+++ b/libpore/Makefile.inc
@@ -1,9 +1,7 @@
-ifeq ($(PORE),1)
LIBPORE_SRCS = p8_pore_table_gen_api_fixed.C
LIBPORE_SRCS += p8_pore_table_static_data.c sbe_xip_image.c pore_inline_assembler.c
LIBPORE_OBJS_1 = $(LIBPORE_SRCS:%.c=%.o)
LIBPORE_OBJS = $(LIBPORE_OBJS_1:%.C=%.o)
-endif
SUBDIRS += libpore
LIBPORE = libpore/built-in.o
OpenPOWER on IntegriCloud