diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-19 15:09:21 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-19 15:09:21 -0400 |
commit | ac971eee3fdc04962b491168bae7ca76c48620d6 (patch) | |
tree | 5cf4fb80eef03014f5457c6d10471c24a094e9c6 /linux/drivers/media/mdtv/Makefile | |
parent | 23c1df9d4f6015ceea5483588f7ecde1c647f5bb (diff) | |
download | mediapointer-dvb-s2-ac971eee3fdc04962b491168bae7ca76c48620d6.tar.gz mediapointer-dvb-s2-ac971eee3fdc04962b491168bae7ca76c48620d6.tar.bz2 |
sms1xxx: remove smschar.o
From: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/mdtv/Makefile')
-rw-r--r-- | linux/drivers/media/mdtv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/mdtv/Makefile b/linux/drivers/media/mdtv/Makefile index c3cf917d7..0af1b3827 100644 --- a/linux/drivers/media/mdtv/Makefile +++ b/linux/drivers/media/mdtv/Makefile @@ -2,7 +2,7 @@ # Makefile for the kernel MDTV driver # -smscore-objs := smschar.o smscoreapi.o +smscore-objs := smscoreapi.o obj-$(CONFIG_MDTV_SIANO_STELLAR_COMMON) += smscore.o obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smsusb.o |