Makefile 187 字节
Newer Older
L
Larry Finger 已提交
1
rtl8192ce-objs :=		\
2 3 4 5 6 7 8 9 10
		dm.o		\
		fw.o		\
		hw.o		\
		led.o		\
		phy.o		\
		rf.o		\
		sw.o		\
		table.o		\
		trx.o
L
Larry Finger 已提交
11 12

obj-$(CONFIG_RTL8192CE) += rtl8192ce.o
13 14

ccflags-y += -D__CHECK_ENDIAN__