Andi Kleen wrote:
> Makefile (and Kbuild) would include Makefile-linux-26
> I doubt XFS will really still compile on 2.4; so drop that. This
> moves Makefile-linux-26 into Makefile and drops Kbuild.
> Also having wrappers as both Kbuild and Makefile seemed redundant
> anyways.
>
> The patch is relatively large because it renames a file, but
> no functional changes.
>
> Signed-off-by: Andi Kleen <ak@xxxxxxx>
> +
> +EXTRA_CFLAGS += -Ifs/xfs -Ifs/xfs/linux-2.6 -funsigned-char
The other thing we should technically do is -I$(src) -I$(src)/linux-2.6
etc, I think... and a few other things like this. I've been sitting on
that patch for ages, should send it in... will do soon.
-Eric
|