samples/kdbus: drop wrong include
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 16 Mar 2015 09:17:10 +0000 (10:17 +0100)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 25 Jul 2019 13:49:24 +0000 (15:49 +0200)
There is no reason to use ./include/uapi/ directly from samples. If your
system headers are not up-to-date, you _need_ to run "make
headers-install" (which will install them to ./usr/ in your kernel tree)
before building the examples. Otherwise, you will get warnings and build
failures.

Once ./usr/ is updated with the correct headers, it contains everything we
need, so drop -Iinclude/uapi from the kdbus-workers CFLAGS.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paul Osmialowski <p.osmialowsk@samsung.com>
samples/kdbus/Makefile

index eee9b9aed632b08b501de02d5f40dee0ef03dbdf..e714602b62608c8c877817ecd35e93f94782e0e3 100644 (file)
@@ -5,7 +5,5 @@ hostprogs-y += kdbus-workers
 
 always := $(hostprogs-y)
 
-HOSTCFLAGS_kdbus-workers.o +=          \
-       -I$(objtree)/usr/include/       \
-       -I$(objtree)/include/uapi/
+HOSTCFLAGS_kdbus-workers.o += -I$(objtree)/usr/include
 HOSTLOADLIBES_kdbus-workers := -lrt