mikey@ozlabs.org wrote on 10.08.2006 07:30:24:
quoted
--- linux-2.6.18-rc4/drivers/net/Makefile 2006-08-06
11:20:11.000000000 -
0700
quoted
+++ patched_kernel/drivers/net/Makefile 2006-08-08
03:00:30.061451584 -
0700
quoted
@@ -10,6 +10,7 @@ obj-$(CONFIG_E1000) += e1000/
obj-$(CONFIG_IBM_EMAC) += ibm_emac/
obj-$(CONFIG_IXGB) += ixgb/
obj-$(CONFIG_CHELSIO_T1) += chelsio/
+obj-$(CONFIG_EHEA) += ehea/
obj-$(CONFIG_BONDING) += bonding/
obj-$(CONFIG_GIANFAR) += gianfar_driver.o
Looks like the whitespace has been munged here...
Mikey
I see it looks damaged but infact it isn't. All obj-$(CONFIG_*) lines in
the Makefile start at column 0 and so does the one I added. I don't know
why it appears in the diff like that.
Thomas