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>
This commit is contained in:
Steven Toth 2008-05-22 18:01:42 -03:00 committed by Mauro Carvalho Chehab
parent 3dd2437870
commit 159ed4bbc3
1 changed files with 8 additions and 5 deletions

View File

@ -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