Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1 | obj-$(CONFIG_RTLWIFI) += rtlwifi.o |
2 | rtlwifi-objs := \ | ||||
3 | base.o \ | ||||
4 | cam.o \ | ||||
5 | core.o \ | ||||
6 | debug.o \ | ||||
7 | efuse.o \ | ||||
8 | pci.o \ | ||||
9 | ps.o \ | ||||
10 | rc.o \ | ||||
George | 2ca20f7 | 2011-02-11 14:27:49 -0600 | [diff] [blame] | 11 | regd.o \ |
12 | usb.o | ||||
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 13 | |
14 | obj-$(CONFIG_RTL8192CE) += rtl8192ce/ | ||||
Larry Finger | 663dcc7 | 2011-02-19 16:29:52 -0600 | [diff] [blame^] | 15 | obj-$(CONFIG_RTL8192CU) += rtl8192cu/ |
16 | |||||
17 | ccflags-y += -D__CHECK_ENDIAN__ |