Searched hist:d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/memfd/ |
H A D | Makefile | diff d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1 Wed Mar 25 18:17:09 CDT 2020 Shuah Khan <skhan@linuxfoundation.org> 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>
|