Michal Marek
cf4f21938e
kbuild: Allow to specify composite modules with modname-m
...
This allows to write
drm-$(CONFIG_AGP) += drm_agpsupport.o
without having to handle CONFIG_AGP=y vs. CONFIG_AGP=m. Only support
this syntax for modules, since built-in code depending on something
modular cannot work and init/Makefile actually relies on the current
semantics. There are a few drivers which adapted to the current
semantics out of necessity; these are fixed to also work when the
respective subsystem is modular.
Acked-by: Peter Chen <peter.chen@freescale.com> [chipidea]
Signed-off-by: Michal Marek <mmarek@suse.com>
2015-11-25 11:23:25 +01:00
..
2015-06-25 17:00:38 -07:00
2015-09-29 15:11:40 +02:00
2013-09-26 13:55:30 -07:00
2015-11-05 23:38:43 -08:00
2014-02-28 14:08:42 -08:00
2015-11-06 10:23:50 -08:00
2015-10-04 12:57:15 +01:00
2015-11-25 11:23:25 +01:00
2015-10-28 10:30:17 +09:00
2015-11-04 22:15:15 -08:00
2015-10-17 21:49:48 -07:00
2015-10-04 12:55:59 +01:00
2015-09-08 15:35:28 -07:00
2015-09-20 22:52:13 -07:00
2015-09-20 19:27:58 -07:00
2015-09-20 19:33:29 -07:00
2015-10-28 10:30:17 +09:00
2015-01-12 05:04:12 -08:00
2015-08-10 08:37:35 +02:00
2014-02-07 15:10:19 -08:00
2014-10-20 16:20:54 +02:00
2015-10-06 12:33:14 +02:00
2014-12-14 16:43:47 -08:00
2015-08-10 08:37:35 +02:00
2015-03-16 21:10:28 +01:00
2015-08-10 08:37:35 +02:00
2015-10-28 10:30:17 +09:00
2014-02-07 15:10:19 -08:00
2013-12-04 20:23:51 -08:00
2014-10-20 16:20:54 +02:00
2015-08-05 13:53:39 -07:00
2014-07-09 14:19:34 -07:00
2015-03-31 08:53:36 +03:00
2014-01-07 15:06:07 +01:00
2014-02-07 15:10:19 -08:00
2015-10-04 12:42:33 +01:00
2015-01-12 05:04:11 -08:00
2015-08-10 08:37:35 +02:00
2014-02-07 15:10:19 -08:00
2015-10-04 12:59:11 +01:00
2015-09-20 19:32:35 -07:00
2015-10-28 10:30:17 +09:00
2015-10-29 09:02:16 +09:00
2015-07-29 13:37:18 -07:00
2014-11-07 10:28:36 -08:00
2013-10-16 12:36:10 -07:00
2013-09-26 09:13:54 -07:00
2015-07-29 13:37:18 -07:00
2015-10-13 22:17:40 -07:00
2015-10-18 19:00:36 -07:00
2015-10-28 10:30:17 +09:00
2015-03-25 11:36:38 +01:00
2013-10-16 18:40:58 -07:00
2015-08-10 08:37:35 +02:00
2014-11-28 16:08:16 +01:00
2015-11-06 17:50:42 -08:00