diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-05-22 21:01:42 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 10:20:24 (GMT) |
commit | 159ed4bbc394bb3e547eb64fdd3a59141ced131a (patch) | |
tree | f98bfbb2c26d1771a7673d49f3894b161f86e07f | |
parent | 3dd243787017e40c66ae54cf590ea513a110c51d (diff) | |
download | linux-159ed4bbc394bb3e547eb64fdd3a59141ced131a.tar.xz |
V4L/DVB (8267): sms1xxx: Makefile cleanup
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>
-rw-r--r-- | drivers/media/mdtv/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/drivers/media/mdtv/Makefile b/drivers/media/mdtv/Makefile index e3d727d..16b9c48 100644 --- a/drivers/media/mdtv/Makefile +++ b/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 |