From 97cbc1802154bd2f9b1127490d3a4ab0867a214f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 3 Nov 2018 17:30:49 +0000 Subject: Monkey: Buildsystem: Set messages directory. --- frontends/monkey/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/frontends/monkey/Makefile b/frontends/monkey/Makefile index d49a6c5f4..85bc9b5ae 100644 --- a/frontends/monkey/Makefile +++ b/frontends/monkey/Makefile @@ -15,6 +15,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 # --------------------------------------------------------------------------- -- cgit v1.2.3