Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1631868 > unrolled thread
| Started by | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| First post | 2017-04-27 07:40 +0200 |
| Last post | 2017-04-27 07:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2] tools/iio: Use include/uapi with __EXPORTED_HEADERS__ Jonathan Cameron <jic23@kernel.org> - 2017-04-27 07:40 +0200
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Date | 2017-04-27 07:40 +0200 |
| Subject | Re: [PATCH v2] tools/iio: Use include/uapi with __EXPORTED_HEADERS__ |
| Message-ID | <tAKjL-4vc-3@gated-at.bofh.it> |
On 21/04/17 13:31, Sekhar Nori wrote: > Use the local uapi headers to keep in sync with "recently" added enum > values like IIO_UVINDEX. > > Build tested using: > $ make -C <kernelsrcdir> tools/iio > $ make -C <kernelsrcdir>/tools iio > $ make -C <kernelsrcdir>/tools/iio > > This follows a strategy similar to that used by tools/hv, tools/net and > tools/leds among others. > > Cc: Randy Dunlap <rdunlap@infradead.org> > Cc: Jonathan Cameron <jic23@kernel.org> > Signed-off-by: Sekhar Nori <nsekhar@ti.com> Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to ignore it. Jonathan > --- > Change since v1: > Shift to a strategy similar to that used by other makefiles in > tools/ folder. v1 posting here: https://patchwork.kernel.org/patch/9674937/ > > tools/iio/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/iio/Makefile b/tools/iio/Makefile > index 5446d625e17d..8f08e03a9a5e 100644 > --- a/tools/iio/Makefile > +++ b/tools/iio/Makefile > @@ -1,5 +1,5 @@ > CC = $(CROSS_COMPILE)gcc > -CFLAGS += -Wall -g -D_GNU_SOURCE > +CFLAGS += -Wall -g -D_GNU_SOURCE -D__EXPORTED_HEADERS__ -I../../include/uapi -I../../include > > BINDIR=usr/bin > INSTALL_PROGRAM=install -m 755 -p >
Back to top | Article view | linux.kernel
csiph-web