Makefile 225 B

123456789101112
  1. rtl8192ce-objs := \
  2. rtl8192c-dm.o \
  3. rtl8192c-fw.o \
  4. rtl8192c-hw.o \
  5. rtl8192c-led.o \
  6. rtl8192c-phy.o \
  7. rtl8192c-rf.o \
  8. rtl8192c-sw.o \
  9. rtl8192c-table.o \
  10. rtl8192c-trx.o
  11. obj-$(CONFIG_RTL8192CE) += rtl8192ce.o