Messages in this thread Patch in this message |  | | | Subject | [PATCH] remove dead entry in net wan Makefile | | From | Paul Fulghum <> | | Date | Tue, 16 May 2006 13:18:28 -0500 |
| |
Remove dead entry in net wan Makefile. Entry is left over from 2.4 when synclink used syncppp. synclink drivers now use generic HDLC
Signed-off-by: Paul Fulghum <paulkf@microgate.com>
--- linux-2.6.16/drivers/net/wan/Makefile 2006-03-19 23:53:29.000000000 -0600 +++ b/drivers/net/wan/Makefile 2006-05-16 13:13:36.000000000 -0500 @@ -36,7 +36,6 @@ obj-$(CONFIG_FARSYNC) += syncppp.o farsync.o obj-$(CONFIG_DSCC4) += dscc4.o obj-$(CONFIG_LANMEDIA) += syncppp.o -obj-$(CONFIG_SYNCLINK_SYNCPPP) += syncppp.o obj-$(CONFIG_X25_ASY) += x25_asy.o obj-$(CONFIG_LANMEDIA) += lmc/
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |