summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index f9461bf15c4..e7a26384c15 100644
--- a/makefile
+++ b/makefile
@@ -504,7 +504,7 @@ else
ifeq ($(OSD),osdmini)
DEFS += -DOSD_MINI
else
-$(error Unknown OSD)
+$(warning Please add -DOSD_[SDL|WINDOWS|MINI] in $(OSD).mk)
endif
endif
endif