|
@@ -7,9 +7,7 @@ zr36067-objs := zoran_procfs.o zoran_device.o \
|
|
tuner-objs := tuner-core.o tuner-types.o tuner-simple.o \
|
|
tuner-objs := tuner-core.o tuner-types.o tuner-simple.o \
|
|
mt20xx.o tda8290.o tea5767.o tda9887.o
|
|
mt20xx.o tda8290.o tea5767.o tda9887.o
|
|
|
|
|
|
-ifneq ($(CONFIG_TUNER_TEA5761),)
|
|
|
|
- tuner-objs += tea5761.o
|
|
|
|
-endif
|
|
|
|
|
|
+tuner-$(CONFIG_TUNER_TEA5761) += tea5761.o
|
|
|
|
|
|
msp3400-objs := msp3400-driver.o msp3400-kthreads.o
|
|
msp3400-objs := msp3400-driver.o msp3400-kthreads.o
|
|
|
|
|