diff options
author | Oliver O'Halloran <oohall@gmail.com> | 2017-05-08 16:15:45 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-05-10 14:32:27 +1000 |
commit | e5f672430e0848c596c784dcc9d97c97ea36be79 (patch) | |
tree | 3246c479c4f334ce4106c3a347578e6b5bf21859 /libpore | |
parent | 1f7e5ba9bb82e02efb8fe8735f0e10eb14cabf25 (diff) | |
download | skiboot-e5f672430e0848c596c784dcc9d97c97ea36be79.zip skiboot-e5f672430e0848c596c784dcc9d97c97ea36be79.tar.gz skiboot-e5f672430e0848c596c784dcc9d97c97ea36be79.tar.bz2 |
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.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpore/Makefile.inc b/libpore/Makefile.inc index 02b5837..2eac595 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 |