commit | d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1 | [log] [tgz] |
---|---|---|
author | Shuah Khan <skhan@linuxfoundation.org> | Wed Mar 25 17:17:09 2020 -0600 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Thu Mar 26 15:29:30 2020 -0600 |
tree | 3db36c0b64d0b1d4fc70c72eedaa39283eb8498b | |
parent | 860f0a7792a5abcaae047a114a8b24807ce0880f [diff] |
selftests: Fix memfd to support relocatable build (O=objdir) Fix memfd to support relocatable build (O=objdir). This calls out source files necessary to build tests and simplfies the dependency enforcement. Tested the following: Note that cross-build for fuse_mnt has dependency on -lfuse. make all make clean make kselftest-install O=/arm64_build/ ARCH=arm64 HOSTCC=gcc \ CROSS_COMPILE=aarch64-linux-gnu- TARGETS=memfd Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>