aboutsummaryrefslogtreecommitdiff
path: root/gbp-test.data/Add-dummy-Makefile.patch
blob: 9d7f2b1f954adf09e611619479507cccabe75f5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ecbc49e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+all:
+	@echo "Ready!"