Revert "selftest/kdbus: enable cross compilation"
authorKonrad Lipinski <konrad.l@samsung.com>
Thu, 8 Sep 2016 14:47:37 +0000 (16:47 +0200)
committerKonrad Lipinski <konrad.l@samsung.com>
Fri, 9 Sep 2016 11:26:27 +0000 (13:26 +0200)
This reverts commit ca25274cc015b21d54b0e0e47d0bea932116bbeb.

tools/testing/selftests/kdbus/Makefile

index de8242f9b00e4f08d2ebb996befc241be8c17f8b..f6cfab26f3159a430900d0cec0606a23ff3b4d96 100644 (file)
@@ -33,13 +33,11 @@ OBJS= \
 
 all: kdbus-test
 
-include ../lib.mk
-
 %.o: %.c
-       $(CC) $(CFLAGS) -c $< -o $@
+       gcc $(CFLAGS) -c $< -o $@
 
 kdbus-test: $(OBJS)
-       $(CC) $(CFLAGS) $^ $(LDLIBS) -o $@
+       gcc $(CFLAGS) $^ $(LDLIBS) -o $@
 
 run_tests:
        ./kdbus-test --tap