aboutsummaryrefslogtreecommitdiff
path: root/gbp-test.data/Add-dummy-Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gbp-test.data/Add-dummy-Makefile.patch')
-rw-r--r--gbp-test.data/Add-dummy-Makefile.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/gbp-test.data/Add-dummy-Makefile.patch b/gbp-test.data/Add-dummy-Makefile.patch
new file mode 100644
index 0000000..db6020e
--- /dev/null
+++ b/gbp-test.data/Add-dummy-Makefile.patch
@@ -0,0 +1,21 @@
+From: Markus Lehtonen <markus.lehtonen@linux.intel.com>
+Date: Wed, 7 Nov 2012 09:13:25 +0200
+Subject: [PATCH] Add dummy Makefile
+
+Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
+---
+ Makefile | 2 ++
+ 1 file changed, 2 insertions(+)
+ create mode 100644 Makefile
+
+diff --git a/Makefile b/Makefile
+new file mode 100644
+index 0000000..ecbc49e
+--- /dev/null
++++ b/Makefile
+@@ -0,0 +1,2 @@
++all:
++ @echo "Ready!"
+--
+2.1.4
+