]> git.ozlabs.org Git - petitboot/commitdiff
Makefiles: remove -I$(includedir)
authorJeremy Kerr <jk@ozlabs.org>
Tue, 7 May 2013 02:02:23 +0000 (10:02 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 7 May 2013 06:07:58 +0000 (14:07 +0800)
Currently, we include the system include dir in some of our makefiles;
this is causing build problems when cross-compiling, as the system
include dir may not contain files for the host.

The compiler should be searing in the proper system include dir, so just
remove the redundant -I.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found