* Re: [PATCH 09/10] tools iio: Override CFLAGS assignments [not found] ` <20181016150614.21260-10-jolsa@kernel.org> @ 2018-10-21 12:26 ` Jonathan Cameron 2018-10-22 8:53 ` Jiri Olsa 0 siblings, 1 reply; 2+ messages in thread From: Jonathan Cameron @ 2018-10-21 12:26 UTC (permalink / raw) To: Jiri Olsa Cc: lkml, Hartmut Knaack, Lars-Peter Clausen, Herton R. Krzesinski, linux-iio On Tue, 16 Oct 2018 17:06:14 +0200 Jiri Olsa <jolsa@kernel.org> wrote: > So user could specify outside CFLAGS values. Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to poke at them. Thanks Jonathan > > Cc: Jonathan Cameron <jic23@kernel.org> > Cc: Hartmut Knaack <knaack.h@gmx.de> > Cc: Lars-Peter Clausen <lars@metafoo.de> > Signed-off-by: Jiri Olsa <jolsa@kernel.org> > --- > tools/iio/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/iio/Makefile b/tools/iio/Makefile > index 332ed2f6c2c2..e22378dba244 100644 > --- a/tools/iio/Makefile > +++ b/tools/iio/Makefile > @@ -12,7 +12,7 @@ endif > # (this improves performance and avoids hard-to-debug behaviour); > MAKEFLAGS += -r > > -CFLAGS += -O2 -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include > +override CFLAGS += -O2 -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include > > ALL_TARGETS := iio_event_monitor lsiio iio_generic_buffer > ALL_PROGRAMS := $(patsubst %,$(OUTPUT)%,$(ALL_TARGETS)) ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 09/10] tools iio: Override CFLAGS assignments 2018-10-21 12:26 ` [PATCH 09/10] tools iio: Override CFLAGS assignments Jonathan Cameron @ 2018-10-22 8:53 ` Jiri Olsa 0 siblings, 0 replies; 2+ messages in thread From: Jiri Olsa @ 2018-10-22 8:53 UTC (permalink / raw) To: Jonathan Cameron Cc: Jiri Olsa, lkml, Hartmut Knaack, Lars-Peter Clausen, Herton R. Krzesinski, linux-iio On Sun, Oct 21, 2018 at 01:26:34PM +0100, Jonathan Cameron wrote: > On Tue, 16 Oct 2018 17:06:14 +0200 > Jiri Olsa <jolsa@kernel.org> wrote: > > > So user could specify outside CFLAGS values. > Applied to the togreg branch of iio.git and pushed out as testing > for the autobuilders to poke at them. thanks, jirka > > Thanks > > Jonathan > > > > > Cc: Jonathan Cameron <jic23@kernel.org> > > Cc: Hartmut Knaack <knaack.h@gmx.de> > > Cc: Lars-Peter Clausen <lars@metafoo.de> > > Signed-off-by: Jiri Olsa <jolsa@kernel.org> > > --- > > tools/iio/Makefile | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/tools/iio/Makefile b/tools/iio/Makefile > > index 332ed2f6c2c2..e22378dba244 100644 > > --- a/tools/iio/Makefile > > +++ b/tools/iio/Makefile > > @@ -12,7 +12,7 @@ endif > > # (this improves performance and avoids hard-to-debug behaviour); > > MAKEFLAGS += -r > > > > -CFLAGS += -O2 -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include > > +override CFLAGS += -O2 -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include > > > > ALL_TARGETS := iio_event_monitor lsiio iio_generic_buffer > > ALL_PROGRAMS := $(patsubst %,$(OUTPUT)%,$(ALL_TARGETS)) > ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-22 17:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20181016150614.21260-1-jolsa@kernel.org>
[not found] ` <20181016150614.21260-10-jolsa@kernel.org>
2018-10-21 12:26 ` [PATCH 09/10] tools iio: Override CFLAGS assignments Jonathan Cameron
2018-10-22 8:53 ` Jiri Olsa
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).