diff options
Diffstat (limited to 'nto')
-rw-r--r-- | nto/Makefile | 2 | ||||
-rw-r--r-- | nto/README.txt | 1 | ||||
-rw-r--r-- | nto/arm/Makefile | 2 | ||||
-rw-r--r-- | nto/arm/a.le.v7/Makefile | 1 | ||||
-rw-r--r-- | nto/arm/so.le.v7/Makefile | 1 | ||||
-rw-r--r-- | nto/qconf-override.mk | 9 |
6 files changed, 16 insertions, 0 deletions
diff --git a/nto/Makefile b/nto/Makefile new file mode 100644 index 0000000..5323e99 --- /dev/null +++ b/nto/Makefile | |||
@@ -0,0 +1,2 @@ | |||
1 | LIST=CPU | ||
2 | include recurse.mk | ||
diff --git a/nto/README.txt b/nto/README.txt new file mode 100644 index 0000000..bf43f03 --- /dev/null +++ b/nto/README.txt | |||
@@ -0,0 +1 @@ | |||
This Directory is QNX/Neutrino specific. | |||
diff --git a/nto/arm/Makefile b/nto/arm/Makefile new file mode 100644 index 0000000..a5e4d9b --- /dev/null +++ b/nto/arm/Makefile | |||
@@ -0,0 +1,2 @@ | |||
1 | LIST=VARIANT | ||
2 | include recurse.mk | ||
diff --git a/nto/arm/a.le.v7/Makefile b/nto/arm/a.le.v7/Makefile new file mode 100644 index 0000000..9d6821f --- /dev/null +++ b/nto/arm/a.le.v7/Makefile | |||
@@ -0,0 +1 @@ | |||
include ../../../common.mk | |||
diff --git a/nto/arm/so.le.v7/Makefile b/nto/arm/so.le.v7/Makefile new file mode 100644 index 0000000..9d6821f --- /dev/null +++ b/nto/arm/so.le.v7/Makefile | |||
@@ -0,0 +1 @@ | |||
include ../../../common.mk | |||
diff --git a/nto/qconf-override.mk b/nto/qconf-override.mk new file mode 100644 index 0000000..cf6c23c --- /dev/null +++ b/nto/qconf-override.mk | |||
@@ -0,0 +1,9 @@ | |||
1 | # If you wish to override the values of some of the macros defined in qconfig.mk | ||
2 | # without modifying the contents of the file, set the QCONF_OVERRIDE environment | ||
3 | # variable to this file (which will be included at the end of the qconfig.mk file) | ||
4 | # and override the qconfig.mk macros here. | ||
5 | |||
6 | # Override INSTALL_ROOT_nto macro | ||
7 | INSTALL_ROOT ?= $(shell pwd) | ||
8 | INSTALL_ROOT_nto := $(INSTALL_ROOT) | ||
9 | USE_INSTALL_ROOT = 1 | ||