Skip to content

Commit

Permalink
tools/iio: Use include/uapi with __EXPORTED_HEADERS__
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Jonathan Cameron <[email protected]>
Signed-off-by: Sekhar Nori <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
  • Loading branch information
nsekhar authored and jic23 committed Apr 27, 2017
1 parent 1016d56 commit c366621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/iio/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c366621

Please sign in to comment.