summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc
index d1f590f..951beea 100644
--- a/src/Makefile.inc
+++ b/src/Makefile.inc
@@ -1,4 +1,7 @@
-GCABI ?= v2
+ifndef GCABI
+$(error GCABI is undefined. Consult the README.md file to set it according to your kernel)
+endif
+
PLATFORM_GL_LIBS ?= -lEGL -lGLESv2
CC = $(GCCPREFIX)gcc