diff options
author | Holger Waechtler <devnull@localhost> | 2003-02-14 14:39:29 +0000 |
---|---|---|
committer | Holger Waechtler <devnull@localhost> | 2003-02-14 14:39:29 +0000 |
commit | 50b063d2db9c9df8cb5c22caade41de829021d61 (patch) | |
tree | 212872cf2b5c2fffef5478c8dbaccc3035c36edd /linux/drivers/media/dvb/ttpci-budget/Makefile | |
parent | 2a205e6a6e1a42bac744aaa6e6acb104f6429dc7 (diff) | |
download | mediapointer-dvb-s2-50b063d2db9c9df8cb5c22caade41de829021d61.tar.gz mediapointer-dvb-s2-50b063d2db9c9df8cb5c22caade41de829021d61.tar.bz2 |
created a new budget_ci.o module, add msp430 IR support
Diffstat (limited to 'linux/drivers/media/dvb/ttpci-budget/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/ttpci-budget/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttpci-budget/Makefile b/linux/drivers/media/dvb/ttpci-budget/Makefile index a5a8c7e8f..6fab02cda 100644 --- a/linux/drivers/media/dvb/ttpci-budget/Makefile +++ b/linux/drivers/media/dvb/ttpci-budget/Makefile @@ -4,8 +4,10 @@ dvb-ttpci-budget-objs := budget.o dvb-ttpci-budget-av-objs := budget-av.o +dvb-ttpci-budget-ci-objs := budget-ci.o obj-$(CONFIG_DVB_BUDGET) += budget-core.o dvb-ttpci-budget.o +obj-$(CONFIG_DVB_BUDGET_CI) += budget-core.o dvb-ttpci-budget-ci.o obj-$(CONFIG_DVB_BUDGET_AV) += budget-core.o dvb-ttpci-budget-av.o EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ -I$(src)/../../common/ -I$(src)/../../common/saa7146 |