diff options
author | Michael Hunold <devnull@localhost> | 2002-12-17 15:05:45 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2002-12-17 15:05:45 +0000 |
commit | 323dee0dd2b07f636e703605664b2f92d93c403b (patch) | |
tree | d10e80338456cfaf8f4c5d56dfee5abd37190c13 /linux/drivers/media/dvb/dvb-core/Makefile | |
parent | 54edc80d17bdac1b10665581c645ba6bac3f54f9 (diff) | |
download | mediapointer-dvb-s2-323dee0dd2b07f636e703605664b2f92d93c403b.tar.gz mediapointer-dvb-s2-323dee0dd2b07f636e703605664b2f92d93c403b.tar.bz2 |
Remove most of the compatiblilty crap from "compat.h", the new
saa7146 does not need the stuff any more. Propagate these changes
to some of the files.
Remove unnecessary stuff from the Makefile,
Diffstat (limited to 'linux/drivers/media/dvb/dvb-core/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/dvb-core/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/Makefile b/linux/drivers/media/dvb/dvb-core/Makefile index a32a5f553..8bc7b7116 100644 --- a/linux/drivers/media/dvb/dvb-core/Makefile +++ b/linux/drivers/media/dvb/dvb-core/Makefile @@ -8,6 +8,3 @@ dvb-core-objs = dvbdev.o dmxdev.o dvb_demux.o dvb_filter.o \ dvb_frontend.o dvb_i2c.o dvb_net.o dvb_ksyms.o obj-$(CONFIG_DVB_CORE) += dvb-core.o - -include $(TOPDIR)/Rules.make - |