From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx> This will make it easier to review changes to this variable later. Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxxxxx> --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6eccff6..d8c7d27 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,8 @@ ifneq ($(KERNELRELEASE),) -include $(COMPAT_CONFIG) include $(COMPAT_CONFIG_CW) -NOSTDINC_FLAGS := -I$(M)/include/ \ +NOSTDINC_FLAGS := \ + -I$(M)/include/ \ -include $(M)/include/linux/compat-2.6.h \ $(CFLAGS) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html