summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware-version-check/module.build
diff options
context:
space:
mode:
authorJonathan Bauer2019-08-12 14:01:46 +0200
committerJonathan Bauer2019-08-12 14:01:46 +0200
commit74a59c2b1a4b23978ac9aad56540aec64cc3f3e0 (patch)
treeddccdb72eda8cb17964ce31c54797f6e5e966fd9 /core/modules/vmware-version-check/module.build
parent[kernel] make sure CONFIG_X86_MSR is set (diff)
downloadmltk-74a59c2b1a4b23978ac9aad56540aec64cc3f3e0.tar.gz
mltk-74a59c2b1a4b23978ac9aad56540aec64cc3f3e0.tar.xz
mltk-74a59c2b1a4b23978ac9aad56540aec64cc3f3e0.zip
[vmware-version-check] CPU support check helper
Diffstat (limited to 'core/modules/vmware-version-check/module.build')
-rw-r--r--core/modules/vmware-version-check/module.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/modules/vmware-version-check/module.build b/core/modules/vmware-version-check/module.build
new file mode 100644
index 00000000..5086d1bc
--- /dev/null
+++ b/core/modules/vmware-version-check/module.build
@@ -0,0 +1,13 @@
+#!/bin/bash
+# fake module simply copying its data/ files
+fetch_source() {
+ :
+}
+
+build() {
+ :
+}
+
+post_copy() {
+ :
+}