diff options
Diffstat (limited to 'drivers/media/Makefile')
| -rw-r--r-- | drivers/media/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/drivers/media/Makefile b/drivers/media/Makefile index d87ccb8eeabe..523fea3648ad 100644 --- a/drivers/media/Makefile +++ b/drivers/media/Makefile | |||
| @@ -2,16 +2,10 @@ | |||
| 2 | # Makefile for the kernel multimedia device drivers. | 2 | # Makefile for the kernel multimedia device drivers. |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | ifeq ($(CONFIG_MEDIA_CEC_EDID),y) | ||
| 6 | obj-$(CONFIG_MEDIA_SUPPORT) += cec-edid.o | ||
| 7 | endif | ||
| 8 | |||
| 9 | ifeq ($(CONFIG_MEDIA_CEC_SUPPORT),y) | ||
| 10 | obj-$(CONFIG_MEDIA_SUPPORT) += cec/ | ||
| 11 | endif | ||
| 12 | |||
| 13 | media-objs := media-device.o media-devnode.o media-entity.o | 5 | media-objs := media-device.o media-devnode.o media-entity.o |
| 14 | 6 | ||
| 7 | obj-$(CONFIG_CEC_CORE) += cec/ | ||
| 8 | |||
| 15 | # | 9 | # |
| 16 | # I2C drivers should come before other drivers, otherwise they'll fail | 10 | # I2C drivers should come before other drivers, otherwise they'll fail |
| 17 | # when compiled as builtin drivers | 11 | # when compiled as builtin drivers |
