Re: [ANN] new backports project

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux