summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-10-03 17:08:58 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-10-03 17:08:58 +0000
commit7ade785a2862f52ed4d1ebf85168098363fa6593 (patch)
treecaf0e014ffc6c6a984cec24626729b4e655287a4
parent8399037d70ce2563bbbe80ab4c88589c37453a97 (diff)
downloaddefinitions-7ade785a2862f52ed4d1ebf85168098363fa6593.tar.gz
Add nouveau-drm
-rw-r--r--strata/bsp-jetson-devel/nouveau-drm.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/strata/bsp-jetson-devel/nouveau-drm.morph b/strata/bsp-jetson-devel/nouveau-drm.morph
new file mode 100644
index 00000000..7a0e86b4
--- /dev/null
+++ b/strata/bsp-jetson-devel/nouveau-drm.morph
@@ -0,0 +1,6 @@
+name: nouveau-drm
+kind: chunk
+build-commands:
+ - cd drm && make M=$(pwd) -C /usr/src/linux/ modules
+install-commands:
+ - cd drm && make M="$(pwd)" -C /usr/src/linux/ INSTALL_MOD_PATH="$DESTDIR" modules_install