From ab0450426593e64786e5cc21c4e711f59c851908 Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Mon, 23 Feb 2004 19:02:15 +0000 Subject: - comment bttv irq flags. --- v4l/.cvsignore | 4 ++++ v4l/Makefile | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 v4l/.cvsignore (limited to 'v4l') diff --git a/v4l/.cvsignore b/v4l/.cvsignore new file mode 100644 index 000000000..e2696832b --- /dev/null +++ b/v4l/.cvsignore @@ -0,0 +1,4 @@ +*.ko +*.mod.c +.*.cmd +.version diff --git a/v4l/Makefile b/v4l/Makefile index e376afeb9..9df6f7a56 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -106,7 +106,7 @@ endif LC_ALL = POSIX export LC_ALL -default:: +default:: linux media $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules install:: @@ -117,6 +117,8 @@ clean:: -rm -f *~ *.o *.ko *.mod.c -rm -f .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd +linux media: + ln -s . $@ ################################################# # build tarballs -- cgit v1.2.3