Messages in this thread |  | | From | Keith Owens <> | Subject | Re: test10-pre7 | Date | Tue, 31 Oct 2000 13:07:38 +1100 |
| |
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/
|  |