diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
commit | c7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch) | |
tree | 3682407a599b8f9f03fc096298134cafba1c9b2f /net/Makefile | |
parent | 1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff) |
o Merge with Linux 2.1.116.
o New Newport console code.
o New G364 console code.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 0f32c8397..0bbf171fa 100644 --- a/net/Makefile +++ b/net/Makefile @@ -9,7 +9,8 @@ MOD_SUB_DIRS := ipv4 ALL_SUB_DIRS := 802 ax25 bridge core ethernet ipv4 ipv6 ipx unix appletalk \ - netrom rose lapb x25 wanrouter netlink sched packet sunrpc #decnet + netrom rose lapb x25 wanrouter netlink sched packet sunrpc \ + econet #decnet SUB_DIRS := core ethernet sched MOD_LIST_NAME := NET_MISC_MODULES @@ -140,6 +141,14 @@ else endif endif +ifeq ($(CONFIG_ECONET),y) +SUB_DIRS += econet +else + ifeq ($(CONFIG_ECONET),m) + MOD_SUB_DIRS += econet + endif +endif + # We must attach netsyms.o to socket.o, as otherwise there is nothing # to pull the object file from the archive. |