On Mon, 16 Dec 2002 18:20:50 -0800, Jun Sun <jsun@mvista.com> wrote: >On Thu, Dec 12, 2002 at 01:56:37PM +1100, Keith Owens wrote: >> obj-$(subst m,y,$(CONFIG_IDE)) += ide-std.o ide-no.o > >This is the most clean solution so far. Anybody would object >this change? > >See the attached patch. Add a comment to the end of the line, any nonstandard build entries should have comments :) obj-$(subst m,y,$(CONFIG_IDE)) += ide-std.o ide-no.o # must be builtin if ide is builtin or a module