summaryrefslogtreecommitdiff
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 f0b926b87..15f3e11cb 100644
--- a/Makefile
+++ b/Makefile
@@ -608,6 +608,11 @@ ifeq ($(TARGET),framebuffer)
LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl openssl)
SUBTARGET := -vnc
endif
+
+ ifeq ($(SUBTARGET),)
+ $(error Unable to proceed, no FB subtarget chosen.)
+ endif
+
endif
# ----------------------------------------------------------------------------