]> www.infradead.org Git - mtd-utils.git/commit
ubi-utils: fix CFLAGS handling wrt cross compilation
authorNicolas Pitre <nico@cam.org>
Wed, 19 Nov 2008 18:31:28 +0000 (13:31 -0500)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 21 Nov 2008 12:15:21 +0000 (14:15 +0200)
commitc3d328ca27b31dad62ab7ca3edf55087352d27a8
tree7c3f3420ff108b5d3e4957c5db933d123c7c6fe6
parentc75b917f08b8ae070e61b57166b85a93eeea184f
ubi-utils: fix CFLAGS handling wrt cross compilation

Let's have the "new ubi-utils" makefile handle CFLAGS like the other
makefiles.  This is important when cross compiling and CFLAGS is
externally provided. Without this, local include files are not found due
to the various -I arguments which are then lost.

Signed-off-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
ubi-utils/new-utils/Makefile