summaryrefslogtreecommitdiffstats
path: root/rules/canfestival.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-07-24 11:20:12 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-07-25 15:08:11 +0200
commit9525927550e0cf4fb14e6032577bd2db3764deb4 (patch)
tree75af66039cb66c829b401c34a343eccf0b4885db /rules/canfestival.make
parentd03b73a57650b776edfecc76cc951021d251f309 (diff)
downloadptxdist-9525927550e0cf4fb14e6032577bd2db3764deb4.tar.gz
ptxdist-9525927550e0cf4fb14e6032577bd2db3764deb4.tar.xz
canfestival: fix parallel building
By default 'objdictedit' is built as well. This is also triggers again by the examples and is the built twice in parallel. This can fail in various ways. Fix this by building 'objdictedit' only implicitly via the examples. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/canfestival.make')
-rw-r--r--rules/canfestival.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/canfestival.make b/rules/canfestival.make
index ab8bab456..19b92396e 100644
--- a/rules/canfestival.make
+++ b/rules/canfestival.make
@@ -48,6 +48,8 @@ ifdef PTXCONF_KERNEL_HEADER
CANFESTIVAL_CFLAGS := -isystem $(KERNEL_HEADERS_INCLUDE_DIR)
endif
+CANFESTIVAL_MAKE_OPT := canfestival examples
+
# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------