aboutsummaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-10-13 20:00:26 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-10-14 13:03:10 +0200
commite3f0f43bb81119eafeb04b66cb7deacd5c1db743 (patch)
tree3141511288cc86bcf6b16eed3a28ba1590513555 /files
downloadandroid-wireguard-module-builder-e3f0f43bb81119eafeb04b66cb7deacd5c1db743.tar.xz
android-wireguard-module-builder-e3f0f43bb81119eafeb04b66cb7deacd5c1db743.zip
Initial commit
Diffstat (limited to 'files')
-rw-r--r--files/shim.make7
-rw-r--r--files/wireguard.xml4
2 files changed, 11 insertions, 0 deletions
diff --git a/files/shim.make b/files/shim.make
new file mode 100644
index 0000000..44d7997
--- /dev/null
+++ b/files/shim.make
@@ -0,0 +1,7 @@
+modules:
+ @$(MAKE) -C $(KERNEL_SRC) M=$$(readlink -f ../WireGuard/src) modules
+
+modules_install:
+ @$(MAKE) -C $(KERNEL_SRC) M=$$(readlink -f ../WireGuard/src) modules_install
+
+.PHONY: modules modules_install
diff --git a/files/wireguard.xml b/files/wireguard.xml
new file mode 100644
index 0000000..897429d
--- /dev/null
+++ b/files/wireguard.xml
@@ -0,0 +1,4 @@
+<manifest>
+ <remote name="zx2c4" fetch="https://git.zx2c4.com/" />
+ <project remote="zx2c4" name="WireGuard" path="WireGuard" revision="master" />
+</manifest>