datapath: Force our include directory to be first.
authorJesse Gross <jesse@nicira.com>
Wed, 6 Oct 2010 01:09:00 +0000 (18:09 -0700)
committerJesse Gross <jesse@nicira.com>
Wed, 6 Oct 2010 01:12:05 +0000 (18:12 -0700)
commit668aedc070d767d3aa33413e3f918a1e953e0f98
treed54b85e089b7238159bcae1eed569676b15bd835
parent7ed7b619e31c7c48c4f6d0dfb411173be96924c5
datapath: Force our include directory to be first.

XenServer puts our header files in the standard system search path
by default.  This is normally OK, except when we introduce new things
which aren't in those headers.  Since the system picks up the older files
first this leads to undefined sysmbols.

Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/linux-2.6/Kbuild.in