The patch titled atm: Add CPPFLAGS to byteorder.h check has been added to the -mm tree. Its filename is add-cppflags-to-byteorderh-check.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: atm: Add CPPFLAGS to byteorder.h check From: Ben Collins <bcollins@xxxxxxxxxx> O= builds produced errors in the shell command because of unfound headers. Signed-off-by: Ben Collins <bcollins@xxxxxxxxxx> Cc: chas williams <chas@xxxxxxxxxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/atm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/atm/Makefile~add-cppflags-to-byteorderh-check drivers/atm/Makefile --- a/drivers/atm/Makefile~add-cppflags-to-byteorderh-check +++ a/drivers/atm/Makefile @@ -41,7 +41,7 @@ ifeq ($(CONFIG_ATM_FORE200E_PCA),y) # guess the target endianess to choose the right PCA-200E firmware image ifeq ($(CONFIG_ATM_FORE200E_PCA_DEFAULT_FW),y) byteorder.h := include$(if $(patsubst $(srctree),,$(objtree)),2)/asm/byteorder.h - CONFIG_ATM_FORE200E_PCA_FW := $(obj)/pca200e$(if $(shell $(CC) -E -dM $(byteorder.h) | grep ' __LITTLE_ENDIAN '),.bin,_ecd.bin2) + CONFIG_ATM_FORE200E_PCA_FW := $(obj)/pca200e$(if $(shell $(CC) $(CPPFLAGS) -E -dM $(byteorder.h) | grep ' __LITTLE_ENDIAN '),.bin,_ecd.bin2) endif endif _ Patches currently in -mm which might be from bcollins@xxxxxxxxxx are asus_acpi-invert-read-of-wled-proc-file-to-show-correct.patch 2.6-sony_acpi4.patch add-cppflags-to-byteorderh-check.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html