blob: 2d93a775011a3d390fcf277d46225f273a74a7be [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001ifneq ($(KERNELRELEASE),)
2
Alan Cox88c18342005-05-27 13:40:53 +01003pwc-objs := pwc-if.o pwc-misc.o pwc-ctrl.o pwc-uncompress.o pwc-timon.o pwc-kiara.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07004
5obj-$(CONFIG_USB_PWC) += pwc.o
6
7else
8
9KDIR := /lib/modules/$(shell uname -r)/build
10PWD := $(shell pwd)
11
12default:
13 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
14
15endif
16
17clean:
18 rm -f *.[oas] .*.flags *.ko .*.cmd .*.d .*.tmp *.mod.c
19 rm -rf .tmp_versions
20