Skip to content

Commit

Permalink
V4L/DVB (7047): fix broken build when CONFIG_USB_SI470X is set
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 4917019 commit 4e8a23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/radio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ obj-$(CONFIG_RADIO_GEMTEK_PCI) += radio-gemtek-pci.o
obj-$(CONFIG_RADIO_TRUST) += radio-trust.o
obj-$(CONFIG_RADIO_MAESTRO) += radio-maestro.o
obj-$(CONFIG_USB_DSBR) += dsbr100.o
obj-$(CONFIG_USB_SI470X) := radio-si470x.o
obj-$(CONFIG_USB_SI470X) += radio-si470x.o

EXTRA_CFLAGS += -Isound

0 comments on commit 4e8a23e

Please sign in to comment.