summaryrefslogtreecommitdiff
path: root/apps/import
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-05 07:39:35 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-05 07:39:35 -0600
commit3349246328ac01640cc87a3f25fe8020d76216c5 (patch)
treece14358fc968fcbdcfab13524fceaa9c85df5aa3 /apps/import
parent34019f1e40633b5ab220f2b4694a46ae38bc78ae (diff)
downloadpx4-nuttx-3349246328ac01640cc87a3f25fe8020d76216c5.tar.gz
px4-nuttx-3349246328ac01640cc87a3f25fe8020d76216c5.tar.bz2
px4-nuttx-3349246328ac01640cc87a3f25fe8020d76216c5.zip
Add an apps/import Make.defs file. Not much there yet, but it will be needed for 'make import'
Diffstat (limited to 'apps/import')
-rw-r--r--apps/import/.gitignore1
-rw-r--r--apps/import/Make.defs37
2 files changed, 38 insertions, 0 deletions
diff --git a/apps/import/.gitignore b/apps/import/.gitignore
index de3143e12..35582e04a 100644
--- a/apps/import/.gitignore
+++ b/apps/import/.gitignore
@@ -1,3 +1,4 @@
+/.config
/arch
/build
/libs
diff --git a/apps/import/Make.defs b/apps/import/Make.defs
new file mode 100644
index 000000000..a3c73e7e5
--- /dev/null
+++ b/apps/import/Make.defs
@@ -0,0 +1,37 @@
+############################################################################
+# apps/import/Make.defs
+#
+# Copyright (C) 2014 Gregory Nutt. All rights reserved.
+# Author: Gregory Nutt <gnutt@nuttx.org>
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# 1. Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in
+# the documentation and/or other materials provided with the
+# distribution.
+# 3. Neither the name NuttX nor the names of its contributors may be
+# used to endorse or promote products derived from this software
+# without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+# OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
+# AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+#
+############################################################################
+
+include ${TOPDIR}/.config
+