projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09cfcd4
)
Revert "selftest/kdbus: enable cross compilation"
author
Konrad Lipinski
<konrad.l@samsung.com>
Thu, 8 Sep 2016 14:47:37 +0000
(16:47 +0200)
committer
Konrad 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
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/kdbus/Makefile
b/tools/testing/selftests/kdbus/Makefile
index de8242f9b00e4f08d2ebb996befc241be8c17f8b..f6cfab26f3159a430900d0cec0606a23ff3b4d96 100644
(file)
--- a/
tools/testing/selftests/kdbus/Makefile
+++ b/
tools/testing/selftests/kdbus/Makefile
@@
-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