diff options
author | Krzysztof Hałasa <khc@pm.waw.pl> | 2008-08-14 19:17:38 +0200 |
---|---|---|
committer | Krzysztof Hałasa <khc@pm.waw.pl> | 2008-11-22 02:49:48 +0100 |
commit | e022c2f07ae52bfbd92faa273db0db2f34eb28e8 (patch) | |
tree | ebac5f98d96e5c8236db012ecda92f5b5d0325ef /drivers/net/wan/Makefile | |
parent | e1f024eb5d88e5b4f8e58e99c95082c342f70a1a (diff) | |
download | kernel-crypto-e022c2f07ae52bfbd92faa273db0db2f34eb28e8.tar.gz kernel-crypto-e022c2f07ae52bfbd92faa273db0db2f34eb28e8.tar.xz kernel-crypto-e022c2f07ae52bfbd92faa273db0db2f34eb28e8.zip |
WAN: new synchronous PPP implementation for generic HDLC.
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
Diffstat (limited to 'drivers/net/wan/Makefile')
-rw-r--r-- | drivers/net/wan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/Makefile b/drivers/net/wan/Makefile index 102549605d0..cec16818a13 100644 --- a/drivers/net/wan/Makefile +++ b/drivers/net/wan/Makefile @@ -14,7 +14,7 @@ obj-$(CONFIG_HDLC_RAW) += hdlc_raw.o obj-$(CONFIG_HDLC_RAW_ETH) += hdlc_raw_eth.o obj-$(CONFIG_HDLC_CISCO) += hdlc_cisco.o obj-$(CONFIG_HDLC_FR) += hdlc_fr.o -obj-$(CONFIG_HDLC_PPP) += hdlc_ppp.o syncppp.o +obj-$(CONFIG_HDLC_PPP) += hdlc_ppp.o obj-$(CONFIG_HDLC_X25) += hdlc_x25.o pc300-y := pc300_drv.o |