summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
Diffstat (limited to 'frontends')
-rw-r--r--frontends/monkey/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontends/monkey/Makefile b/frontends/monkey/Makefile
index d49a6c5f4..85bc9b5ae 100644
--- a/frontends/monkey/Makefile
+++ b/frontends/monkey/Makefile
@@ -16,6 +16,17 @@ CFLAGS += -std=c99 \
LDFLAGS += -lm
# ---------------------------------------------------------------------------
+# Target setup
+# ---------------------------------------------------------------------------
+
+# Path to monkey resources
+MONKEY_RESOURCES_DIR := $(FRONTEND_RESOURCES_DIR)
+
+# The filter and target for split messages
+MESSAGES_FILTER=monkey
+MESSAGES_TARGET=$(MONKEY_RESOURCES_DIR)
+
+# ---------------------------------------------------------------------------
# HOST specific feature flags
# ---------------------------------------------------------------------------