diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-13 16:29:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-13 16:29:25 +0000 |
commit | db7d4daea91e105e3859cf461d7e53b9b77454b2 (patch) | |
tree | 9bb65b95440af09e8aca63abe56970dd3360cc57 /net/Makefile | |
parent | 9c1c01ead627bdda9211c9abd5b758d6c687d8ac (diff) |
Merge with Linux 2.2.8.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 9131266d1..d20953259 100644 --- a/net/Makefile +++ b/net/Makefile @@ -63,6 +63,8 @@ endif ifeq ($(CONFIG_IPX),y) SUB_DIRS += ipx +# SPX can be still a module +MOD_SUB_DIRS += ipx else ifeq ($(CONFIG_IPX),m) MOD_SUB_DIRS += ipx @@ -127,6 +129,8 @@ endif ifeq ($(CONFIG_IRDA),y) SUB_DIRS += irda +# There might be some irda features that are compiled as modules +MOD_IN_SUB_DIRS += irda else ifeq ($(CONFIG_IRDA),m) MOD_SUB_DIRS += irda |