> > #2 - strange changes to net Makefile
> The intention of this is to have fsm.o built as a module if ctc
> and iucv are built as modules too. I agree that this is broken
> if one of {iucv,ctc} is built as a module and the other is built
> in.
The old Makefile was correct, and the only failing was a namespace
conflict between your fsm.c and fsm.c in ISDN, when CONFIG_MODVERSIONS
are used. The right fix is to rename your fsm.c or to create
fsm_s390_ksyms.c with all EXPORT_SYMBOL's sitting in there.
It is fixed in 2.5 with $(MODPREFIX) in Rules.make.
-- Pete
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/