You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
V4L/DVB (6814): Makefile: always enter video/
Since not all code under drivers/media/video/ depends on CONFIG_VIDEO_DEV we cannot only enter it depending on CONFIG_VIDEO_DEV. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
b3aa2269bd
commit
1c1a8b9cbe
@@ -3,6 +3,6 @@
|
||||
#
|
||||
|
||||
obj-y := common/
|
||||
obj-$(CONFIG_VIDEO_DEV) += video/
|
||||
obj-y += video/
|
||||
obj-$(CONFIG_VIDEO_DEV) += radio/
|
||||
obj-$(CONFIG_DVB_CORE) += dvb/
|
||||
|
||||
Reference in New Issue
Block a user