Skip to content

Commit

Permalink
V4L/DVB (3782): Removed uneeded stuff from pwc Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed May 12, 2006
1 parent c1d1ea9 commit 4fff598
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions drivers/media/video/pwc/Makefile
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
ifneq ($(KERNELRELEASE),)

pwc-objs := pwc-if.o pwc-misc.o pwc-ctrl.o pwc-uncompress.o pwc-timon.o pwc-kiara.o

obj-$(CONFIG_USB_PWC) += pwc.o

else

KDIR := /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)

default:
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules

endif

clean:
rm -f *.[oas] .*.flags *.ko .*.cmd .*.d .*.tmp *.mod.c
rm -rf .tmp_versions

0 comments on commit 4fff598

Please sign in to comment.