summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Ryleev <gmar@google.com>2017-12-12 14:39:57 -0800
committerMichael Ryleev <gmar@google.com>2017-12-12 14:39:57 -0800
commit0a94f998ebd3d2a39b5d5d0dde3e70d87640bea2 (patch)
tree8fbf6eb79e865e7597db921660fcf8540f153a6d
parent64517ee3da2764967737fc9e7dcb7f2ece96dbe4 (diff)
downloadimx7d-0a94f998ebd3d2a39b5d5d0dde3e70d87640bea2.tar.gz
[project][imx7d] Add extra projects for pico7d board
turn off verbose debug for pico7d project add pico7d-debug project with verbose debug add pico7d-test project and additional test apps add pico7d-test-debug project with test apps and verbode debug Change-Id: I2576a19344e910b6b724a6d0191748d5f26d6d33
-rw-r--r--project/imx7d-test-inc.mk20
-rw-r--r--project/pico7d-debug.mk19
-rw-r--r--project/pico7d-test-debug.mk19
-rw-r--r--project/pico7d-test.mk19
-rw-r--r--project/pico7d.mk1
5 files changed, 78 insertions, 0 deletions
diff --git a/project/imx7d-test-inc.mk b/project/imx7d-test-inc.mk
new file mode 100644
index 0000000..fe4dd67
--- /dev/null
+++ b/project/imx7d-test-inc.mk
@@ -0,0 +1,20 @@
+# Copyright (C) 2017 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+include project/imx7d-inc.mk
+
+TRUSTY_ALL_USER_TASKS += \
+ sample/ipc-unittest/main \
+ sample/ipc-unittest/srv \
diff --git a/project/pico7d-debug.mk b/project/pico7d-debug.mk
new file mode 100644
index 0000000..7f49914
--- /dev/null
+++ b/project/pico7d-debug.mk
@@ -0,0 +1,19 @@
+# Copyright (C) 2017 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+DEBUG := 2
+TARGET := imx7d/pico7d
+
+include project/imx7d-inc.mk
diff --git a/project/pico7d-test-debug.mk b/project/pico7d-test-debug.mk
new file mode 100644
index 0000000..a502550
--- /dev/null
+++ b/project/pico7d-test-debug.mk
@@ -0,0 +1,19 @@
+# Copyright (C) 2017 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+DEBUG := 2
+TARGET := imx7d/pico7d
+
+include project/imx7d-test-inc.mk
diff --git a/project/pico7d-test.mk b/project/pico7d-test.mk
new file mode 100644
index 0000000..f95eafd
--- /dev/null
+++ b/project/pico7d-test.mk
@@ -0,0 +1,19 @@
+# Copyright (C) 2017 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+DEBUG := 1
+TARGET := imx7d/pico7d
+
+include project/imx7d-test-inc.mk
diff --git a/project/pico7d.mk b/project/pico7d.mk
index 10dcaa3..1ce8512 100644
--- a/project/pico7d.mk
+++ b/project/pico7d.mk
@@ -13,6 +13,7 @@
# limitations under the License.
#
+DEBUG := 1
TARGET := imx7d/pico7d
include project/imx7d-inc.mk