diff options
Diffstat (limited to 'runtime/relayfs/build')
-rwxr-xr-x | runtime/relayfs/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/relayfs/build b/runtime/relayfs/build new file mode 100755 index 00000000..a0eece3a --- /dev/null +++ b/runtime/relayfs/build @@ -0,0 +1,4 @@ +#!/bin/bash + +make V=1 -C /lib/modules/`uname -r`/build M=`pwd` modules \ + RELAYFS_INCLUDE=`pwd` |