summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/bt8xx/Makefile
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2003-07-15 09:30:02 +0000
committerMichael Hunold <devnull@localhost>2003-07-15 09:30:02 +0000
commit30fc1765bec73a3e808041aaf0a81b78eb870c01 (patch)
treec9751c7d0e88ead9128f0b1a505a17c21fc57890 /linux/drivers/media/dvb/bt8xx/Makefile
parente1a9b2d3a7d70c586bd2587ea41f338e7cbaa075 (diff)
downloadmediapointer-dvb-s2-30fc1765bec73a3e808041aaf0a81b78eb870c01.tar.gz
mediapointer-dvb-s2-30fc1765bec73a3e808041aaf0a81b78eb870c01.tar.bz2
- indentation fixes
- use c99 initializers - remove blank lines - remove bt848.h -- it's already in driver/media/video (this probably breaks 2.4 compilation)
Diffstat (limited to 'linux/drivers/media/dvb/bt8xx/Makefile')
-rw-r--r--linux/drivers/media/dvb/bt8xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/Makefile b/linux/drivers/media/dvb/bt8xx/Makefile
index 8a933dc6a..66ecfa905 100644
--- a/linux/drivers/media/dvb/bt8xx/Makefile
+++ b/linux/drivers/media/dvb/bt8xx/Makefile
@@ -1,5 +1,5 @@
obj-$(CONFIG_DVB_BT8XX) += bt878.o dvb-bt8xx.o
-EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/
+EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ -Idrivers/media/video