On 10/05/2010 12:11 PM, Stephen Rothwell wrote: > Hi Matthew, > > After merging the drivers-x86 tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > make[4]: *** No rule to make target `drivers/platform/x86/ideapad_laptop.c', needed by `drivers/platform/x86/ideapad_laptop.o'. Stop. > > Caused by commit 9efe5c1540a1e03cb2e0fca85e49fc4c57c6e771 ("ideapad: > Change the driver name to ideapad-laptop"). The commit renames > ideapad_acpi.c to ideapad-laptop.c but the Makefile uses ideapad_laptop.o > (note underscore v. dash). > > Presumably this was never even build tested :-( > > I have used the drivers-x86 tree from next-20101004 for today. Sorry, my fault. This line is wrong, +obj-$(CONFIG_IDEAPAD_LAPTOP) += ideapad_laptop.o shall be +obj-$(CONFIG_IDEAPAD_LAPTOP) += ideapad-laptop.o How shall I fix it? resend the whole patches or just this one? -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html