Blame view

drivers/uwb/Makefile 448 Bytes
2f86c3e67   Greg Kroah-Hartman   uwb: add the UWB ...
1
  obj-$(CONFIG_UWB)		+= uwb.o
b6e069830   Inaky Perez-Gonzalez   uwb: add whc-rc r...
2
  obj-$(CONFIG_UWB_WHCI)		+= umc.o whci.o whc-rc.o
de520b8bd   Inaky Perez-Gonzalez   uwb: add HWA radi...
3
  obj-$(CONFIG_UWB_HWA)		+= hwa-rc.o
1ba47da52   Inaky Perez-Gonzalez   uwb: add the i148...
4
  obj-$(CONFIG_UWB_I1480U)	+= i1480/
2f86c3e67   Greg Kroah-Hartman   uwb: add the UWB ...
5
6
7
  
  uwb-objs :=		\
  	address.o	\
5b37717a2   Stefano Panella   uwb: improved MAS...
8
  	allocator.o	\
2f86c3e67   Greg Kroah-Hartman   uwb: add the UWB ...
9
10
11
12
13
14
15
  	beacon.o	\
  	driver.o	\
  	drp.o		\
  	drp-avail.o	\
  	drp-ie.o	\
  	est.o		\
  	ie.o		\
c5995bd28   Stefano Panella   uwb: infrastructu...
16
  	ie-rcv.o	\
2f86c3e67   Greg Kroah-Hartman   uwb: add the UWB ...
17
18
19
20
  	lc-dev.o	\
  	lc-rc.o		\
  	neh.o		\
  	pal.o		\
6fae35f9c   David Vrabel   uwb: add basic ra...
21
  	radio.o		\
2f86c3e67   Greg Kroah-Hartman   uwb: add the UWB ...
22
23
24
25
26
  	reset.o		\
  	rsv.o		\
  	scan.o		\
  	uwb-debug.o	\
  	uwbd.o
da389eac3   David Vrabel   uwb: add the umc bus
27
28
29
30
31
  
  umc-objs :=		\
  	umc-bus.o	\
  	umc-dev.o	\
  	umc-drv.o