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
ramstore
fast-ipc-module
Commits
d1d9a2ba
Commit
d1d9a2ba
authored
Mar 08, 2016
by
Charlie Jacobsen
Browse files
lcd: Update kernel test module installation.
test modules go into <prefix>/lib.
parent
ff9b74cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/platform/kernel/Makefile.am
View file @
d1d9a2ba
...
...
@@ -29,6 +29,8 @@ export AM_CPPFLAGS COMMON_SRCS
LIBFIPC_KBUILD
=
@abs_top_builddir@/src/platform/kernel
LIBFIPC_TESTS_KBUILD
=
@abs_top_builddir@/src/platform/kernel/tests
export
LIBFIPC_TESTS_KBUILD
if
ENABLE_KERNEL_TESTS_BUILD
MAYBE_ALL_TESTS
=
all-tests
...
...
src/platform/kernel/tests/Makefile.am
View file @
d1d9a2ba
...
...
@@ -2,6 +2,6 @@
LIBFIPC
=
$(abs_top_buildir)
/src/platform/kernel/libfipc.a
export
LIBFIPC
# No op for now
# D=install dir
# D=install dir (something/lib)
install-tests
:
cp
$(LIBFIPC_TESTS_KBUILD)
/rpc/libfipc_test_rpc.ko
$(D)
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