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 --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 157eda2..6a7bab5 100644 --- a/Makefile +++ b/Makefile @@ -21,11 +21,6 @@ endif DEBUG ?= 0 # -# Set to enable SLW bits -# -PORE ?= 1 - -# # Optional location of embedded linux kernel file # This can be a raw vmlinux, stripped vmlinux or # zImage.epapr -- cgit v1.1