summaryrefslogtreecommitdiff
path: root/apps/examples/touchscreen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/touchscreen/Makefile')
-rw-r--r--apps/examples/touchscreen/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/examples/touchscreen/Makefile b/apps/examples/touchscreen/Makefile
index 0ad952431..77630a7b5 100644
--- a/apps/examples/touchscreen/Makefile
+++ b/apps/examples/touchscreen/Makefile
@@ -58,6 +58,15 @@ else
endif
endif
+ifeq ($(WINTOOL),y)
+ INSTALL_DIR = "${shell cygpath -w $(BIN_DIR)}"
+else
+ INSTALL_DIR = $(BIN_DIR)
+endif
+
+CONFIG_XYZ_PROGNAME ?= xyz$(EXEEXT)
+PROGNAME = $(CONFIG_XYZ_PROGNAME)
+
ROOTDEPPATH = --dep-path .
# Touchscreen built-in application info