Add QNX platform makefiles.
diff --git a/build-qnx/nto/Makefile b/build-qnx/nto/Makefile
new file mode 100644
index 0000000..0cc5eae
--- /dev/null
+++ b/build-qnx/nto/Makefile
@@ -0,0 +1,8 @@
+LIST=CPU
+ifndef QRECURSE
+QRECURSE=recurse.mk
+ifdef QCONFIG
+QRDIR=$(dir $(QCONFIG))
+endif
+endif
+include $(QRDIR)$(QRECURSE)
diff --git a/build-qnx/nto/aarch64/Makefile b/build-qnx/nto/aarch64/Makefile
new file mode 100644
index 0000000..0e22650
--- /dev/null
+++ b/build-qnx/nto/aarch64/Makefile
@@ -0,0 +1,8 @@
+LIST=VARIANT
+ifndef QRECURSE
+QRECURSE=recurse.mk
+ifdef QCONFIG
+QRDIR=$(dir $(QCONFIG))
+endif
+endif
+include $(QRDIR)$(QRECURSE)
diff --git a/build-qnx/nto/aarch64/so.le/Makefile b/build-qnx/nto/aarch64/so.le/Makefile
new file mode 100644
index 0000000..0f9d7b9
--- /dev/null
+++ b/build-qnx/nto/aarch64/so.le/Makefile
@@ -0,0 +1 @@
+include ../../../common.mk
diff --git a/build-qnx/nto/arm/Makefile b/build-qnx/nto/arm/Makefile
new file mode 100644
index 0000000..0e22650
--- /dev/null
+++ b/build-qnx/nto/arm/Makefile
@@ -0,0 +1,8 @@
+LIST=VARIANT
+ifndef QRECURSE
+QRECURSE=recurse.mk
+ifdef QCONFIG
+QRDIR=$(dir $(QCONFIG))
+endif
+endif
+include $(QRDIR)$(QRECURSE)
diff --git a/build-qnx/nto/arm/so.le.v7/Makefile b/build-qnx/nto/arm/so.le.v7/Makefile
new file mode 100644
index 0000000..0f9d7b9
--- /dev/null
+++ b/build-qnx/nto/arm/so.le.v7/Makefile
@@ -0,0 +1 @@
+include ../../../common.mk
diff --git a/build-qnx/nto/x86_64/Makefile b/build-qnx/nto/x86_64/Makefile
new file mode 100644
index 0000000..0e22650
--- /dev/null
+++ b/build-qnx/nto/x86_64/Makefile
@@ -0,0 +1,8 @@
+LIST=VARIANT
+ifndef QRECURSE
+QRECURSE=recurse.mk
+ifdef QCONFIG
+QRDIR=$(dir $(QCONFIG))
+endif
+endif
+include $(QRDIR)$(QRECURSE)
diff --git a/build-qnx/nto/x86_64/so/Makefile b/build-qnx/nto/x86_64/so/Makefile
new file mode 100644
index 0000000..0f9d7b9
--- /dev/null
+++ b/build-qnx/nto/x86_64/so/Makefile
@@ -0,0 +1 @@
+include ../../../common.mk