blob: 0af1b3827821517eb1683aef143752c17e7181b3 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# 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
|