mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +00:00
ed559edf35
The audio module requested in driver differs with module created by Makefile. Makefile is corrected to create the same module name required by driver. Also, corrected the strings that shows wrong name. Signed-off-by: Srinivasa Deevi <srinivasa.deevi@conexant.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 lines
495 B
Makefile
15 lines
495 B
Makefile
cx231xx-objs := cx231xx-video.o cx231xx-i2c.o cx231xx-cards.o cx231xx-core.o \
|
|
cx231xx-avcore.o cx231xx-pcb-cfg.o cx231xx-vbi.o
|
|
|
|
cx231xx-alsa-objs := cx231xx-audio.o
|
|
|
|
obj-$(CONFIG_VIDEO_CX231XX) += cx231xx.o
|
|
obj-$(CONFIG_VIDEO_CX231XX_ALSA) += cx231xx-alsa.o
|
|
obj-$(CONFIG_VIDEO_CX231XX_DVB) += cx231xx-dvb.o
|
|
|
|
EXTRA_CFLAGS += -Idrivers/media/video
|
|
EXTRA_CFLAGS += -Idrivers/media/common/tuners
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
|
|
|