mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-31 15:00:40 +00:00

Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
9 lines
224 B
Makefile
9 lines
224 B
Makefile
#
|
|
# Makefile for the kernel MDTV driver
|
|
#
|
|
|
|
smscore-objs := smscoreapi.o
|
|
|
|
obj-$(CONFIG_MDTV_SIANO_STELLAR_COMMON) += smscore.o
|
|
obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smsusb.o
|
|
obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smsdvb.o
|