diff options
author | 2016-11-29 19:55:50 +0800 | |
---|---|---|
committer | 2017-01-05 13:42:11 -0700 | |
commit | 5a2d4a5763c96a19170f81f2c4bb3cc9515f854a (patch) | |
tree | 3d244192806ad4e179dcc9f507cb5bc4fe44bebb /tools/testing/selftests/memfd/Makefile | |
parent | selftests: add default rules for c source file (diff) | |
download | linux-dev-5a2d4a5763c96a19170f81f2c4bb3cc9515f854a.tar.xz linux-dev-5a2d4a5763c96a19170f81f2c4bb3cc9515f854a.zip |
selftests: remove CROSS_COMPILE in dedicated Makefile
After previous clean up patches, memfd and timers could get
CROSS_COMPILE from tools/testing/selftest/lib.mk. There is no need to
preserve these definition. So, this patch remove them.
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing/selftests/memfd/Makefile')
-rw-r--r-- | tools/testing/selftests/memfd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/memfd/Makefile b/tools/testing/selftests/memfd/Makefile index 2c87f2376e59..79891d033de1 100644 --- a/tools/testing/selftests/memfd/Makefile +++ b/tools/testing/selftests/memfd/Makefile @@ -1,4 +1,3 @@ -CC = $(CROSS_COMPILE)gcc CFLAGS += -D_FILE_OFFSET_BITS=64 CFLAGS += -I../../../../include/uapi/ CFLAGS += -I../../../../include/ |