aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pwc/Makefile
blob: 8326684f49f3214003f7dbb18eff402c9f63ba59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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