mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] oprofile: fix missing comma in function call
@ 2018-02-10 10:49 Andreas Schmidt
  0 siblings, 0 replies; only message in thread
From: Andreas Schmidt @ 2018-02-10 10:49 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Andreas Schmidt <mail@schmidt-andreas.de>
---
 rules/oprofile.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/oprofile.make b/rules/oprofile.make
index 81c1b73f9..362383ade 100644
--- a/rules/oprofile.make
+++ b/rules/oprofile.make
@@ -35,7 +35,7 @@ OPROFILE_CONF_TOOL	:= autoconf
 OPROFILE_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
 	--target=$(PTXCONF_GNU_TARGET) \
-	$(call ptx/ifdef PTXCONF_KERNEL_HEADER,--with-kernel=$(KERNEL_HEADERS_DIR)) \
+	$(call ptx/ifdef, PTXCONF_KERNEL_HEADER,--with-kernel=$(KERNEL_HEADERS_DIR)) \
 	--without-java \
 	--without-x
 
-- 
2.16.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-10 10:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-10 10:49 [ptxdist] [PATCH] oprofile: fix missing comma in function call Andreas Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox