mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
d3fd949abd
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> |
||
---|---|---|
.. | ||
.gitignore | ||
common.c | ||
common.h | ||
config | ||
fuse_mnt.c | ||
fuse_test.c | ||
Makefile | ||
memfd_test.c | ||
run_fuse_test.sh | ||
run_hugetlbfs_test.sh |