summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <benbrewer@codethink.co.uk>2012-11-12 12:19:28 +0000
committerBen Brewer <benbrewer@codethink.co.uk>2012-11-12 12:19:28 +0000
commitfcff76910f29eec62302dc526c8f388b2809628f (patch)
tree8689a3773617f2da35410265a60429cbfd05ee20
parentf63f02b481d91973f4426e0647b434e54dd9d414 (diff)
downloadacpica-fcff76910f29eec62302dc526c8f388b2809628f.tar.gz
Create morph file to build
-rw-r--r--acpica.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/acpica.morph b/acpica.morph
new file mode 100644
index 000000000..97bfe22ee
--- /dev/null
+++ b/acpica.morph
@@ -0,0 +1,11 @@
+{
+ "name": "acpica",
+ "kind": "chunk",
+ "configure-commands": [],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make install"
+ ]
+}