summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 157eda2f..6a7bab5d 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
OpenPOWER on IntegriCloud