summarylogtreecommitdiffstats
path: root/Makefile
blob: 7541b58ff03e50ded5b0f0e72c506b09061b7422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

rt7630pci-y	+= rt2x00dev.o
rt7630pci-y	+= rt2x00mac.o
rt7630pci-y	+= rt2x00config.o
rt7630pci-y	+= rt2x00queue.o
rt7630pci-y	+= rt2x00link.o
rt7630pci-y	+= mt_linux.o
rt7630pci-y	+= rt2x00crypto.o
rt7630pci-y	+= rt2x00firmware.o
rt7630pci-y	+= rt2x00leds.o
rt7630pci-y	+= rt2x00mmio.o
rt7630pci-y	+= rt2x00pci.o
rt7630pci-y	+= rt2800lib.o
rt7630pci-y	+= rt2800pci.o

obj-m		+= rt7630pci.o

KVERSION:= $(shell uname -r)

all:
	$(MAKE) -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
clean:
	$(MAKE) -C /lib/modules/$(KVERSION)/build M=$(PWD) clean