Jeff Garzik wrote:
diff --git a/drivers/isdn/hisax/Makefile b/drivers/isdn/hisax/Makefile
index c7a3794..bf57c43 100644
--- a/drivers/isdn/hisax/Makefile
+++ b/drivers/isdn/hisax/Makefile
@@ -15,6 +15,7 @@ obj-$(CONFIG_HISAX_ST5481)            += hisax_st5481.o
 obj-$(CONFIG_HISAX_HFCUSB)             += hfc_usb.o
 obj-$(CONFIG_HISAX_HFC4S8S)            += hfc4s8s_l1.o
 obj-$(CONFIG_HISAX_FRITZ_PCIPNP)        += hisax_isac.o hisax_fcpcipnp.o
+obj-$(CONFIG_HISAX_NETJET)             += nj_s.o # netjet.o isac.o arcofi.o
ifdef CONFIG_HISAX_HDLC
 obj-$(CONFIG_ISDN_DRV_HISAX)           += isdnhdlc.o
@@ -47,7 +48,6 @@ hisax-$(CONFIG_HISAX_SEDLBAUER)               += sedlbauer.o 
isac.o arcofi.o hscx.o \
                                           isar.o
 hisax-$(CONFIG_HISAX_SPORTSTER)                += sportster.o isac.o arcofi.o 
hscx.o
 hisax-$(CONFIG_HISAX_MIC)              += mic.o isac.o arcofi.o hscx.o
-hisax-$(CONFIG_HISAX_NETJET)           += nj_s.o netjet.o isac.o arcofi.o
 hisax-$(CONFIG_HISAX_NETJET_U)         += nj_u.o netjet.o icc.o
 hisax-$(CONFIG_HISAX_HFCS)             += hfcscard.o hfc_2bds0.o
 hisax-$(CONFIG_HISAX_HFC_PCI)          += hfc_pci.o


Careful observers will note this is a bit of a hack. A minor amount of addition work must be put into better defining the dependent modules. The above currently works... but it is sensitive to odd (read: non-distro kernel) configurations.

        Jeff


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to