diff options
author | Davor Emard <devnull@localhost> | 2003-02-15 01:11:00 +0000 |
---|---|---|
committer | Davor Emard <devnull@localhost> | 2003-02-15 01:11:00 +0000 |
commit | aaf8694828759cc647e00c2d36b9a372c1cec2fe (patch) | |
tree | 269e2250a1947a7ad0cdc609d02ef71fb4d83041 /linux/drivers/media/dvb/ttpci-budget/Makefile | |
parent | e2059ff2dbac1a75de33be05eb165fe44f7ce567 (diff) | |
download | mediapointer-dvb-s2-aaf8694828759cc647e00c2d36b9a372c1cec2fe.tar.gz mediapointer-dvb-s2-aaf8694828759cc647e00c2d36b9a372c1cec2fe.tar.bz2 |
Removing budget patch support from dvb-core.c because it's
all in budget-patch.c and adjusting Makefile's and Kconfig
accordingly to properly compile.
Diffstat (limited to 'linux/drivers/media/dvb/ttpci-budget/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/ttpci-budget/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci-budget/Makefile b/linux/drivers/media/dvb/ttpci-budget/Makefile index 6fab02cda..21923cf20 100644 --- a/linux/drivers/media/dvb/ttpci-budget/Makefile +++ b/linux/drivers/media/dvb/ttpci-budget/Makefile @@ -1,13 +1,15 @@ # -# Makefile for the kernel AV7110 DVB device driver +# Makefile for the kernel SAA7146 FULL TS DVB device driver # dvb-ttpci-budget-objs := budget.o dvb-ttpci-budget-av-objs := budget-av.o dvb-ttpci-budget-ci-objs := budget-ci.o +dvb-ttpci-budget-patch-objs := budget-patch.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 +obj-$(CONFIG_DVB_BUDGET_PATCH) += budget-core.o dvb-ttpci-budget-patch.o EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ -I$(src)/../../common/ -I$(src)/../../common/saa7146 |