On Fri, 2013-04-05 at 12:12 +0200, Johannes Berg wrote: > config BACKPORT_BUILD_HDMI > ... > #backport-C-file drivers/video/hdmi.c > #backport-H-file include/linux/hdmi.h If we generate the makefile line for this automatically, we'll have to be careful, some things should be built-in: compat-$(CPTCFG_BACKPORT_BUILD_HDMI) += hdmi.o while others should be modules obj-$(CPTCFG_BACKPORT_BUILD_AVERAGE) += average.o I think the way to distinguish this would be to check whether the BACKPORT_BUILD_* option is "bool" (built-in or not present) or tristate (will be made modular only) johannes -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html