summaryrefslogtreecommitdiffstats
path: root/core/modules/slxlog/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-09 09:43:52 +0200
committerSimon Rettberg2021-07-09 09:43:52 +0200
commit5733a5d0eb3c7f73ca52acdb466484c83c9b5b02 (patch)
tree97a0925b2bb1cae84f1da6e850420475c12c41f0 /core/modules/slxlog/module.build
parentAdd installer mode for stage4 (diff)
downloadmltk-5733a5d0eb3c7f73ca52acdb466484c83c9b5b02.tar.gz
mltk-5733a5d0eb3c7f73ca52acdb466484c83c9b5b02.tar.xz
mltk-5733a5d0eb3c7f73ca52acdb466484c83c9b5b02.zip
[slxlog] Add module
Diffstat (limited to 'core/modules/slxlog/module.build')
-rw-r--r--core/modules/slxlog/module.build12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/modules/slxlog/module.build b/core/modules/slxlog/module.build
new file mode 100644
index 00000000..241bcd5e
--- /dev/null
+++ b/core/modules/slxlog/module.build
@@ -0,0 +1,12 @@
+#!/bin/bash
+fetch_source() {
+ :
+}
+
+build() {
+ pinfo "Static module, nothing to build."
+}
+
+post_copy() {
+ :
+}