diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-08-08 19:48:21 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-08-08 19:48:21 +0000 |
commit | a7ce7d5e94c98ef5b867f61b2ebecd563f4b6ec9 (patch) | |
tree | f3dc5381e660de7685258f75d16c381c4c47694a /drivers/net/wan | |
parent | 57445428488a2862840c4d7c96d7746c11031aaf (diff) |
Merge with Linux 2.4.0-test6-pre7.
Diffstat (limited to 'drivers/net/wan')
-rw-r--r-- | drivers/net/wan/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wan/Makefile b/drivers/net/wan/Makefile index 371153a47..f7f3fe58a 100644 --- a/drivers/net/wan/Makefile +++ b/drivers/net/wan/Makefile @@ -76,10 +76,12 @@ endif ifeq ($(CONFIG_COMX_HW_LOCOMX),y) L_OBJS += comx-hw-locomx.o CONFIG_85230_BUILTIN=y +CONFIG_SYNCPPP_BUILTIN = y else ifeq ($(CONFIG_COMX_HW_LOCOMX),m) M_OBJS += comx-hw-locomx.o CONFIG_85230_MODULE=y + CONFIG_SYNCPPP_MODULE = y endif endif |