f6fe8c6a42
The cx25840 module requires external firmware in order to function, so it must select FW_LOADER, but saa7115 and saa7129 do not require it. This patch creates VIDEO_CX25840, and alters VIDEO_DECODER to select it. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
7 lines
161 B
Makefile
7 lines
161 B
Makefile
cx25840-objs := cx25840-core.o cx25840-audio.o cx25840-firmware.o \
|
|
cx25840-vbi.o
|
|
|
|
obj-$(CONFIG_VIDEO_CX25840) += cx25840.o
|
|
|
|
EXTRA_CFLAGS += -I$(src)/..
|