Re: test10-pre7

From: Keith Owens (kaos@ocs.com.au)
Date: Mon Oct 30 2000 - 21:07:38 EST


On Tue, 31 Oct 2000 12:49:12 +1100,
Keith Owens <kaos@ocs.com.au> 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 majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Oct 31 2000 - 21:00:28 EST