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
xenomai
xenomai
Commits
bc20480c
Commit
bc20480c
authored
Jul 03, 2018
by
Philippe Gerum
Browse files
testsuite/smokey: fix distcheck
parent
f16e787d
Changes
1
Show whitespace changes
Inline
Side-by-side
testsuite/smokey/Makefile.am
View file @
bc20480c
...
...
@@ -40,31 +40,55 @@ COBALT_SUBDIRS = \
xddp
MERCURY_SUBDIRS
=
\
memcheck
\
memory-heapmem
\
memory-tlsf
LEFTOUT_SUBDIRS
=
memory-tlsf
\
memcheck
if
XENO_PSHARED
COBALT_SUBDIRS
+=
memory-pshared
MERCURY_SUBDIRS
+=
memory-pshared
else
LEFTOUT_SUBDIRS
+=
memory-pshared
endif
DIST_SUBDIRS
=
\
arith
\
bufp
\
cpu-affinity
\
dlopen
\
fpu-stress
\
iddp
\
leaks
\
memory-coreheap
\
memory-heapmem
\
memory-pshared
\
memory-tlsf
\
memcheck
\
net_packet_dgram
\
net_packet_raw
\
net_udp
\
net_common
\
posix-clock
\
posix-cond
\
posix-fork
\
posix-mutex
\
posix-select
\
rtdm
\
sched-quota
\
sched-tp
\
setsched
\
sigdebug
\
timerfd
\
tsc
\
vdso-access
\
xddp
if
XENO_COBALT
if
CONFIG_XENO_LIBS_DLOPEN
COBALT_SUBDIRS
+=
dlopen
else
LEFTOUT_SUBDIRS
+=
dlopen
endif
DIST_SUBDIRS
=
$(COBALT_SUBDIRS)
$(MERCURY_SUBDIRS)
$(LEFTOUT_SUBDIRS)
if
XENO_COBALT
if
XENO_PSHARED
COBALT_SUBDIRS
+=
memory-pshared
endif
wrappers
=
$(XENO_POSIX_WRAPPERS)
SUBDIRS
=
$(COBALT_SUBDIRS)
else
if
XENO_PSHARED
MERCURY_SUBDIRS
+=
memory-pshared
endif
SUBDIRS
=
$(MERCURY_SUBDIRS)
wrappers
=
endif
...
...
Write
Preview
Markdown
is supported
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