aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'test_qnx/arm/Makefile')
-rw-r--r--test_qnx/arm/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/test_qnx/arm/Makefile b/test_qnx/arm/Makefile
new file mode 100644
index 0000000..6a18617
--- /dev/null
+++ b/test_qnx/arm/Makefile
@@ -0,0 +1,8 @@
1LIST=VARIANT
2ifndef QRECURSE
3QRECURSE=recurse.mk
4ifdef QCONFIG
5QRDIR=$(dir $(QCONFIG))
6endif
7endif
8include $(QRDIR)$(QRECURSE)