test/Makefile: only look at $(KERNELDIR)/usr/include for files with quotes
authorDaniel Mack <zonque@gmail.com>
Tue, 19 Aug 2014 13:19:40 +0000 (15:19 +0200)
committerDaniel Mack <zonque@gmail.com>
Tue, 19 Aug 2014 13:19:40 +0000 (15:19 +0200)
commitbaeb2d8bbf2360524d4104ea851407a14085cef9
treea8509e6198255f84dbeca7b38c1a5100a5039cc7
parentb708c9ab760991b4c77734f40b612e263b4ea2d0
test/Makefile: only look at $(KERNELDIR)/usr/include for files with quotes

This is a hack to make cpp look at system include files first, and then
consult $(KERNELDIR)/usr/include. For this to work, include directives
referring to files in uapi have to be addressed with quotes.
test/Makefile
test/kdbus-util.c