summaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 5856b0f35..8d3f1f40b 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -158,9 +158,6 @@ endif
ifeq ($(CONFIG_ULTRA),y)
L_OBJS += smc-ultra.o
CONFIG_8390_BUILTIN = y
- ifeq ($(CONFIG_MCA),y)
- L_OBJS += smc-mca.o
- endif
else
ifeq ($(CONFIG_ULTRA),m)
CONFIG_8390_MODULE = y
@@ -168,6 +165,16 @@ else
endif
endif
+ifeq ($(CONFIG_ULTRAMCA),y)
+L_OBJS += smc-mca.o
+CONFIG_8390_BUILTIN = y
+else
+ ifeq ($(CONFIG_ULTRAMCA),m)
+ CONFIG_8390_MODULE = y
+ M_OBJS += smc-mca.o
+ endif
+endif
+
ifeq ($(CONFIG_ULTRA32),y)
L_OBJS += smc-ultra32.o
CONFIG_8390_BUILTIN = y