Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-async-module
Commits
9fbf2e70
Commit
9fbf2e70
authored
Mar 12, 2016
by
Charlie Jacobsen
Browse files
Fix comment in simple/ kbuild file.
parent
39e1c7c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tests/simple/Kbuild.in
View file @
9fbf2e70
...
...
@@ -6,13 +6,13 @@ src = @abs_top_srcdir@/src/tests/simple
obj-m = libasync_test_simple.o
# Path are relative to
root test/
dir
# Path
s
are relative to
simple/ build
dir
libasync_test_simple-y += main.o callee.o caller.o
# libasync.a is relative to src/
# LIBASYNC_PATH and LIBFIPC_LIB are defined (and exported) in
# src/Makefile.am.
libasync_test_simple-y += ../../$(LIBASYNC_PATH)
# libfipc.a is relative to src/
libasync_test_simple-y += ../../$(LIBFIPC_LIB)
# Add -DCHECK_MESSAGES to check that message values contain what is expected
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment