On Monday 13 April 2009 22:44:30 maximilian attems wrote: > On Mon, Apr 13, 2009 at 10:44:23PM +0200, Christian Lamparter wrote: > > diff --git a/drivers/net/wireless/ath/Makefile b/drivers/net/wireless/ath/Makefile > > index a005b91..4bb0132 100644 > > --- a/drivers/net/wireless/ath/Makefile > > +++ b/drivers/net/wireless/ath/Makefile > > @@ -3,5 +3,4 @@ obj-$(CONFIG_ATH9K) += ath9k/ > > obj-$(CONFIG_AR9170_USB) += ar9170/ > > > > obj-$(CONFIG_ATH_COMMON) += ath.o > > -ath-objs := regd.o > > - > > +ath-objs := main.o regd.o > > why do you put that in a different file and not in ath.c? which ath.c? besides, is this possible? as kbuild will then generate two ath.o - one from ath.c. - when all ath-objs are merged into ath.o so we end up reading & writing to the same file?! Regards, Chr -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html