diff options
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 4c40cdcac..336d081b3 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -1039,6 +1039,14 @@ else endif endif +ifeq ($(CONFIG_ADAPTEC_STARFIRE),y) +L_OBJS += starfire.o +else + ifeq ($(CONFIG_ADAPTEC_STARFIRE),m) + M_OBJS += starfire.o + endif +endif + # # HIPPI adapters # |