[PATCH 2/6] selftest/kdbus: enable cross compilation
Shuah Khan
shuahkh at osg.samsung.com
Thu Apr 2 10:28:23 PDT 2015
On 04/01/2015 05:20 PM, Tyler Baker wrote:
> Use the CC variable instead of hard coding gcc and include lib.mk.
>
> Signed-off-by: Tyler Baker <tyler.baker at linaro.org>
Greg,
Will you be able to take this patch in with the other
kdbus sleftest patches?
Acked-by: Shuah Khan <shuahkh at osg.samsung.com>
thanks,
-- Shuah
> ---
> tools/testing/selftests/kdbus/Makefile | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/tools/testing/selftests/kdbus/Makefile b/tools/testing/selftests/kdbus/Makefile
> index f6cfab2..de8242f 100644
> --- a/tools/testing/selftests/kdbus/Makefile
> +++ b/tools/testing/selftests/kdbus/Makefile
> @@ -33,11 +33,13 @@ OBJS= \
>
> all: kdbus-test
>
> +include ../lib.mk
> +
> %.o: %.c
> - gcc $(CFLAGS) -c $< -o $@
> + $(CC) $(CFLAGS) -c $< -o $@
>
> kdbus-test: $(OBJS)
> - gcc $(CFLAGS) $^ $(LDLIBS) -o $@
> + $(CC) $(CFLAGS) $^ $(LDLIBS) -o $@
>
> run_tests:
> ./kdbus-test --tap
>
--
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh at osg.samsung.com | (970) 217-8978
More information about the linux-arm-kernel
mailing list