On Tue, 31 Oct 2000 12:49:12 +1100, 
Keith Owens <[EMAIL PROTECTED]> wrote:
>You will compile all export objects, whether they are configured or
>not.  The "obvious" fix does not work.
>
>       MIX_OBJS        := $(filter $(export-objs),$(obj-y) $(obj-m))
>
>export_objs contains usb.o, obj-y contains usb_core.o, it does not
>contain usb.o.  Multi lists in obj-y and obj-m need to be expanded
>while preserving the required link order.

Correction to my own mail.  Multi lists in obj-y and obj-m just need to
be expanded, the order does not matter in MIX_OBJS.

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

Reply via email to