aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b610222..39c97d5 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,11 @@ PORE ?= 1
KERNEL ?=
#
+# Optional build with advanced stack checking
+#
+STACK_CHECK ?= 0
+
+#
# Where is the source directory, must be a full path (no ~)
# Example: SRC= /home/me/skiboot
#