From e5f672430e0848c596c784dcc9d97c97ea36be79 Mon Sep 17 00:00:00 2001 From: Oliver O'Halloran Date: Mon, 8 May 2017 16:15:45 +1000 Subject: 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 Signed-off-by: Stewart Smith --- libpore/Makefile.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libpore') 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 -- cgit v1.1