diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-22 14:01:42 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-05-22 14:01:42 -0400 |
commit | 75598b2f3a5ddf1c210e0d332ffbdac2acb87354 (patch) | |
tree | 10909ce1c8783727ae6488447cd916cf381b51fe /linux | |
parent | a3391d3fb1b84d88cf59801bbbb1a9ede64e4d15 (diff) | |
download | mediapointer-dvb-s2-75598b2f3a5ddf1c210e0d332ffbdac2acb87354.tar.gz mediapointer-dvb-s2-75598b2f3a5ddf1c210e0d332ffbdac2acb87354.tar.bz2 |
sms1xxx: Makefile cleanup
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')
-rw-r--r-- | linux/drivers/media/mdtv/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/linux/drivers/media/mdtv/Makefile b/linux/drivers/media/mdtv/Makefile index e3d727d0a..16b9c488c 100644 --- a/linux/drivers/media/mdtv/Makefile +++ b/linux/drivers/media/mdtv/Makefile @@ -1,7 +1,10 @@ -# -# Makefile for the kernel MDTV driver -# +smscore-objs := smscoreapi.o smsusb.o smsdvb.o -smscore-objs := smscoreapi.o +obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smscore.o + +EXTRA_CFLAGS += -Idrivers/media/video +EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core +EXTRA_CFLAGS += -Idrivers/media/dvb/frontends + +EXTRA_CFLAGS += $(extra-cflags-y) $(extra-cflags-m) -obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smscore.o smsusb.o smsdvb.o |