summaryrefslogtreecommitdiffstats
path: root/core/modules/zram-swap/module.build
diff options
context:
space:
mode:
authorJonathan Bauer2021-07-09 18:00:06 +0200
committerJonathan Bauer2021-07-09 18:00:06 +0200
commit63a699c764cdd4bfef787e37b3d0866cab7715a2 (patch)
tree965788a089494d9e6a8aa5fbc0b7155a7f7a0a82 /core/modules/zram-swap/module.build
parent[debug-report-bwlp] Copy .mltk metadata (diff)
downloadmltk-63a699c764cdd4bfef787e37b3d0866cab7715a2.tar.gz
mltk-63a699c764cdd4bfef787e37b3d0866cab7715a2.tar.xz
mltk-63a699c764cdd4bfef787e37b3d0866cab7715a2.zip
[zram-swap] make it an actual module :)
Diffstat (limited to 'core/modules/zram-swap/module.build')
-rw-r--r--core/modules/zram-swap/module.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/modules/zram-swap/module.build b/core/modules/zram-swap/module.build
new file mode 100644
index 00000000..3c6eb632
--- /dev/null
+++ b/core/modules/zram-swap/module.build
@@ -0,0 +1,13 @@
+#!/bin/bash
+fetch_source() {
+ :
+}
+
+build() {
+ :
+}
+
+post_copy() {
+ :
+}
+